summaryrefslogtreecommitdiffstats
path: root/qt-mobile
diff options
context:
space:
mode:
authorGravatar Grace Karanja <gracie.karanja89@gmail.com>2015-07-10 11:51:44 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-10 06:04:18 -0700
commitebcf3e67c5d2ab59fb69cec2a0fc0c52c0ebd563 (patch)
tree90cc2b142d1802da6014a54ba9c74ec9e288d681 /qt-mobile
parentc4fda447fd9d26f9d4dc9400648ebcbc6c2c9ad7 (diff)
downloadsubsurface-ebcf3e67c5d2ab59fb69cec2a0fc0c52c0ebd563.tar.gz
QML UI: whitespace fix
Fix some whitespace issues in the QMLManager and DiveListModel classes. Signed-off-by: Grace Karanja <gracie.karanja89@gmail.com>
Diffstat (limited to 'qt-mobile')
-rw-r--r--qt-mobile/qmlmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qmlmanager.cpp b/qt-mobile/qmlmanager.cpp
index 8bbf09730..bd6fb6906 100644
--- a/qt-mobile/qmlmanager.cpp
+++ b/qt-mobile/qmlmanager.cpp
@@ -47,7 +47,7 @@ void QMLManager::loadDives()
struct dive *d;
for_each_dive(i, d)
- DiveListModel::instance()->addDive(d);
+ DiveListModel::instance()->addDive(d);
}
QString QMLManager::cloudPassword() const