mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Cleanup: remove Q_PROPERTYs from MinMaxWidget
This is not used from QML - no apparent need for this property cruft. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
b9154123ed
commit
439fcead08
1 changed files with 0 additions and 3 deletions
|
@ -26,9 +26,6 @@ class FilterModelBase;
|
||||||
|
|
||||||
class MinMaxAvgWidget : public QWidget {
|
class MinMaxAvgWidget : public QWidget {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
Q_PROPERTY(double minimum READ minimum WRITE setMinimum)
|
|
||||||
Q_PROPERTY(double maximum READ maximum WRITE setMaximum)
|
|
||||||
Q_PROPERTY(double average READ average WRITE setAverage)
|
|
||||||
QLabel *avgIco, *avgValue;
|
QLabel *avgIco, *avgValue;
|
||||||
QLabel *minIco, *minValue;
|
QLabel *minIco, *minValue;
|
||||||
QLabel *maxIco, *maxValue;
|
QLabel *maxIco, *maxValue;
|
||||||
|
|
Loading…
Reference in a new issue