diff options
Diffstat (limited to 'qt-ui/models.h')
-rw-r--r-- | qt-ui/models.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/models.h b/qt-ui/models.h index 14969f8f4..d638e7de3 100644 --- a/qt-ui/models.h +++ b/qt-ui/models.h @@ -120,6 +120,7 @@ public: void clear(); void update(); void setDive(struct dive *d); + void copyFromDive(struct dive *d); cylinder_t *cylinderAt(const QModelIndex &index); bool changed; |