summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qmlmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/qmlmanager.cpp')
-rw-r--r--qt-mobile/qmlmanager.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-mobile/qmlmanager.cpp b/qt-mobile/qmlmanager.cpp
index 763de1b46..021c9c0d0 100644
--- a/qt-mobile/qmlmanager.cpp
+++ b/qt-mobile/qmlmanager.cpp
@@ -129,7 +129,8 @@ void QMLManager::saveChanges()
void QMLManager::addDive()
{
- DiveListModel::instance()->clearDives();
+ showMessage("Adding new dive.");
+ DiveListModel::instance()->startAddDive();
}
bool QMLManager::saveCloudPassword() const