diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/divecomputer.cpp | 2 | ||||
-rw-r--r-- | core/qthelper.cpp | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/core/divecomputer.cpp b/core/divecomputer.cpp index 5a79f3981..6519e4fba 100644 --- a/core/divecomputer.cpp +++ b/core/divecomputer.cpp @@ -2,8 +2,6 @@ #include "dive.h" #include "subsurface-qt/SettingsObjectWrapper.h" -#include <QSettings> - DiveComputerList dcList; DiveComputerList::DiveComputerList() diff --git a/core/qthelper.cpp b/core/qthelper.cpp index 17864c9cd..11b8bdfb3 100644 --- a/core/qthelper.cpp +++ b/core/qthelper.cpp @@ -1597,6 +1597,7 @@ void init_proxy() QString getUUID() { + // FIXME: This settings should go somewhere or this is the correct place for it? QString uuidString; QSettings settings; settings.beginGroup("UpdateManager"); |