mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: whitespace fix
Fix some whitespace issues in the QMLManager and DiveListModel classes. Signed-off-by: Grace Karanja <gracie.karanja89@gmail.com>
This commit is contained in:
parent
c4fda447fd
commit
ebcf3e67c5
2 changed files with 23 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue