aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/tankinfomodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-models/tankinfomodel.h')
-rw-r--r--qt-models/tankinfomodel.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/qt-models/tankinfomodel.h b/qt-models/tankinfomodel.h
index 0317b054b..2fad322ea 100644
--- a/qt-models/tankinfomodel.h
+++ b/qt-models/tankinfomodel.h
@@ -22,13 +22,9 @@ public:
int rowCount(const QModelIndex &parent = QModelIndex()) const override;
bool insertRows(int row, int count, const QModelIndex &parent = QModelIndex()) override;
bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole) override;
- void clear();
public
slots:
void update();
-
-private:
- int rows;
};
#endif