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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-models/tankinfomodel.h b/qt-models/tankinfomodel.h
index 7f79a466b..0317b054b 100644
--- a/qt-models/tankinfomodel.h
+++ b/qt-models/tankinfomodel.h
@@ -22,7 +22,6 @@ 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;
- const QString &biggerString() const;
void clear();
public
slots:
@@ -30,7 +29,6 @@ slots:
private:
int rows;
- QString biggerEntry;
};
#endif