diff options
author | Tomaz Canabrava <tomaz.canabrava@gmail.com> | 2016-08-11 11:26:37 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-08-27 11:40:44 -0700 |
commit | 9299e3c42b4834f292cb85bbdcd05e581a3dfb9b (patch) | |
tree | 545995bd8aa9c04fb27d593298e4efb426c950a0 /core/qthelper.cpp | |
parent | ee91002fdb9edd6515c939cbed3d56dc096aa44a (diff) | |
download | subsurface-9299e3c42b4834f292cb85bbdcd05e581a3dfb9b.tar.gz |
Settings update: Correct 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.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/qthelper.cpp b/core/qthelper.cpp index 11b8bdfb3..0831e65cb 100644 --- a/core/qthelper.cpp +++ b/core/qthelper.cpp @@ -1597,7 +1597,10 @@ void init_proxy() QString getUUID() { - // FIXME: This settings should go somewhere or this is the correct place for it? + // This is a correct usage of QSettings, + // it's not a setting per se - the user cannot change it + // and thus, don't need to be on the prefs structure + // and this is the *only* point of access from it, QString uuidString; QSettings settings; settings.beginGroup("UpdateManager"); |