Mercurial > hg > svcore
comparison data/model/SparseValueModel.h @ 1608:0e0947896fd3
Fix compiler warnings
author | Chris Cannam |
---|---|
date | Wed, 27 Feb 2019 12:31:12 +0000 |
parents | ad5f892c0c4d |
children | 23a29e5dc0e9 |
comparison
equal
deleted
inserted
replaced
1607:a77fc6da288b | 1608:0e0947896fd3 |
---|---|
112 } | 112 } |
113 } | 113 } |
114 } | 114 } |
115 | 115 |
116 void toXml(QTextStream &stream, | 116 void toXml(QTextStream &stream, |
117 QString indent = "", | 117 QString indent = "", |
118 QString extraAttributes = "") const override | 118 QString extraAttributes = "") const override |
119 { | 119 { |
120 std::cerr << "SparseValueModel::toXml: extraAttributes = \"" | 120 std::cerr << "SparseValueModel::toXml: extraAttributes = \"" |
121 << extraAttributes.toStdString() << std::endl; | 121 << extraAttributes.toStdString() << std::endl; |
122 | 122 |
123 SparseModel<PointType>::toXml | 123 SparseModel<PointType>::toXml |