diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-06-26 22:57:20 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-06-26 23:05:21 +0200 |
commit | d6ca17243063dc33381609fa5767aa4f323f1048 (patch) | |
tree | ed583e9e22f97cae76fc59e8d29caa10bd0af2e5 /options/group.hpp | |
parent | 831add67832939fe065da380461beda635fbb70f (diff) |
options/group: add comment
We'll be moving away from QSettings usage.
The intent here is to:
1) get rid of this cruft
2) allow notifying all values with given name that
their value changed in one of these values, i.e.
`valueChanged()' without connector usage
Diffstat (limited to 'options/group.hpp')
-rw-r--r-- | options/group.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/options/group.hpp b/options/group.hpp index 0717e2c9..f191fdd5 100644 --- a/options/group.hpp +++ b/options/group.hpp @@ -14,6 +14,8 @@ #include <QSettings> #include <QMutex> +// XXX TODO remove qsettings usage -sh 20180624 + namespace options { // snapshot of qsettings group at given time |