Settings update: Remove unused include and add FIXME comment
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
db8e8957ab
commit
ee91002fdb
@ -2,8 +2,6 @@
|
||||
#include "dive.h"
|
||||
#include "subsurface-qt/SettingsObjectWrapper.h"
|
||||
|
||||
#include <QSettings>
|
||||
|
||||
DiveComputerList dcList;
|
||||
|
||||
DiveComputerList::DiveComputerList()
|
||||
|
||||
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user