Settings update: Correct comment

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2016-08-11 11:26:37 -03:00 committed by Dirk Hohndel
parent ee91002fdb
commit 9299e3c42b

View file

@ -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");