From 5a7dbf02258d1c5b12f9db01c275e4a0bbe97aff Mon Sep 17 00:00:00 2001 From: Grace Karanja Date: Sun, 16 Aug 2015 11:57:18 +0300 Subject: QML UI: Use AddDive instead of clear dive No need to clear the dives when adding a new one. Signed-off-by: Grace Karanja --- qt-mobile/qmlmanager.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qt-mobile') 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 -- cgit v1.2.3-70-g09d2