diff options
Diffstat (limited to 'qt-models/cylindermodel.h')
-rw-r--r-- | qt-models/cylindermodel.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/qt-models/cylindermodel.h b/qt-models/cylindermodel.h index ebebb46ab..d3d87b900 100644 --- a/qt-models/cylindermodel.h +++ b/qt-models/cylindermodel.h @@ -70,11 +70,7 @@ public: CylindersModel *model(); // Access to unfiltered base model void clear(); - void add(); void updateDive(dive *d); -public -slots: - void remove(QModelIndex index); private: CylindersModel source; bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const override; |