Refactor|libdeng2: UpdaterSettings uses de::Config instead of QSettings
The updater settings are no longer stored using QSettings, but are included in persist.pack as part of the Config namespace. This makes them also available in Doomsday Script.
Improved Config's interface with a couple of new convenience methods.
Refactor|libdeng2: UpdaterSettings uses de::Config instead of QSettings
The updater settings are no longer stored using QSettings, but are
included in persist.pack as part of the Config namespace. This makes
them also available in Doomsday Script.
Improved Config's interface with a couple of new convenience methods.