diff options
Diffstat (limited to 'qt-models/divelistmodel.h')
-rw-r--r-- | qt-models/divelistmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-models/divelistmodel.h b/qt-models/divelistmodel.h index 5265cd1b0..adc298515 100644 --- a/qt-models/divelistmodel.h +++ b/qt-models/divelistmodel.h @@ -20,6 +20,8 @@ public: static DiveListModel *instance(); DiveListModel(QObject *parent = 0); void addDive(dive *d); + void insertDive(int i, DiveObjectHelper *newDive); + void removeDive(int i); void updateDive(dive *d); void clear(); int rowCount(const QModelIndex &parent = QModelIndex()) const; |