mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
ee91002fdb
commit
9299e3c42b
1 changed files with 4 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue