Bug #254
Make Settings more efficient to instantiate
Start date:
Due date:
% Done:
0%
Estimated time:
Version:
0.13.1
OS:
Any
Description
I think it would be a good idea to use a static QSettings object (well, probably one per client/core) rather than deriving from QSettings. We don't want to have a disk access for every instantiation.
Advantage over a solution that would just reduce instantiations would be that changes in the settings would be immediately reflected in methods accessing it.
Related issues