Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-18 | core: remove QSettings in qPref* and use a shared variable | jan Iversen | |
Add qPrefPrivate class which contains one QSettings variable, delete QSettings from qPref* class definitions this secures there are only instance of QSettings (QSettings needs to be in a QObject class to work) Signed-off-by: Jan Iversen <jani@apache.org> |