comparison data/model/DenseThreeDimensionalModel.h @ 1692:73077ec5aed6 single-point

Fix some compiler warnings
author Chris Cannam
date Thu, 25 Apr 2019 11:30:38 +0100
parents ad5f892c0c4d
children 343ef2a866a4
comparison
equal deleted inserted replaced
1689:d7b04b0ed056 1692:73077ec5aed6
118 return getValueAt(x, y) > threshold; 118 return getValueAt(x, y) > threshold;
119 } 119 }
120 120
121 QString getTypeName() const override { return tr("Dense 3-D"); } 121 QString getTypeName() const override { return tr("Dense 3-D"); }
122 122
123 virtual int getCompletion() const = 0; 123 virtual int getCompletion() const override = 0;
124 124
125 /* 125 /*
126 TabularModel methods. 126 TabularModel methods.
127 This class is non-editable -- subclasses may be editable. 127 This class is non-editable -- subclasses may be editable.
128 Row and column are transposed for the tabular view (which is 128 Row and column are transposed for the tabular view (which is