From d6ca17243063dc33381609fa5767aa4f323f1048 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 26 Jun 2018 22:57:20 +0200 Subject: 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 --- options/group.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'options') 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 #include +// XXX TODO remove qsettings usage -sh 20180624 + namespace options { // snapshot of qsettings group at given time -- cgit v1.2.3