Bug #55
Core configuration through QSettings.
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | Sputnick | % Done: | 0% |
|
| Category: | Quassel Core | |||
| Target version: | 0.2.0-alpha1 | |||
| Version: | OS: |
Description
Make the basic core configurations available through QSettings.
History
#1 Updated by Sputnick over 4 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.