aboutsummaryrefslogtreecommitdiffstats
path: root/core/qthelper.cpp
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@gmail.com>2016-08-11 11:20:20 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-08-27 11:40:44 -0700
commitee91002fdb9edd6515c939cbed3d56dc096aa44a (patch)
treecdf9205b7ff929db0364df18749bc7d198323a51 /core/qthelper.cpp
parentdb8e8957abc8b8dc407a94835e686f649c9643a6 (diff)
downloadsubsurface-ee91002fdb9edd6515c939cbed3d56dc096aa44a.tar.gz
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>
Diffstat (limited to 'core/qthelper.cpp')
-rw-r--r--core/qthelper.cpp1
1 files changed, 1 insertions, 0 deletions
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");