Bug #55
Core configuration through QSettings.
Start date:
Due date:
% Done:
0%
Estimated time:
Version:
0.13.1
OS:
Any
Description
Make the basic core configurations available through QSettings.
History
#1 Updated by Sputnick almost 17 years ago
We have now an infrastructure in place that works similar (but is more flexible) than QSettings. Starting with the class Settings as the base (which actually privately inherits QSettings), a hierarchy of different objects can be used to access settings in both client and core. Existing objects should be extended or new ones derived in order to cover more settings.
QSettings shall no longer be used throughout Quassel IRC, except privately within the Settings class.