mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:23:25 +00:00
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 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue