diff options
Diffstat (limited to 'qt-models/weightsysteminfomodel.h')
-rw-r--r-- | qt-models/weightsysteminfomodel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-models/weightsysteminfomodel.h b/qt-models/weightsysteminfomodel.h index e94225f8f..6aeb59262 100644 --- a/qt-models/weightsysteminfomodel.h +++ b/qt-models/weightsysteminfomodel.h @@ -20,7 +20,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(); void update(); void updateInfo(); |