mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Whitespace cleanup
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6b904f9480
commit
4491c91b93
2 changed files with 7 additions and 8 deletions
|
@ -19,6 +19,7 @@
|
||||||
#include <QQmlContext>
|
#include <QQmlContext>
|
||||||
#include "qt-mobile/qmlmanager.h"
|
#include "qt-mobile/qmlmanager.h"
|
||||||
#include "qt-models/divelistmodel.h"
|
#include "qt-models/divelistmodel.h"
|
||||||
|
QObject *qqWindowObject = NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static MainWindow *window = NULL;
|
static MainWindow *window = NULL;
|
||||||
|
|
|
@ -24,7 +24,6 @@ void QMLManager::savePreferences()
|
||||||
s.beginGroup("CloudStorage");
|
s.beginGroup("CloudStorage");
|
||||||
s.setValue("email", cloudUserName());
|
s.setValue("email", cloudUserName());
|
||||||
s.setValue("password", cloudPassword());
|
s.setValue("password", cloudPassword());
|
||||||
|
|
||||||
s.sync();
|
s.sync();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -41,7 +40,6 @@ void QMLManager::loadDives()
|
||||||
if (!error) {
|
if (!error) {
|
||||||
set_filename(fileNamePrt.data(), true);
|
set_filename(fileNamePrt.data(), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
process_dives(false, false);
|
process_dives(false, false);
|
||||||
int i;
|
int i;
|
||||||
struct dive *d;
|
struct dive *d;
|
||||||
|
|
Loading…
Add table
Reference in a new issue