diff options
author | Grace Karanja <gracie.karanja89@gmail.com> | 2015-07-10 11:51:44 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-10 06:04:18 -0700 |
commit | ebcf3e67c5d2ab59fb69cec2a0fc0c52c0ebd563 (patch) | |
tree | 90cc2b142d1802da6014a54ba9c74ec9e288d681 /qt-mobile | |
parent | c4fda447fd9d26f9d4dc9400648ebcbc6c2c9ad7 (diff) | |
download | subsurface-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.cpp | 2 |
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 |