diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-29 12:40:12 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-31 18:28:15 +0200 |
commit | a0f5131b04b94515be1700077715ae565daf7cbb (patch) | |
tree | b435c30983e90750e986120862af1885208d5d55 /options/group.hpp | |
parent | e62f6fefcde7e2c2cb2de2cc8c5d4089ea6c84b8 (diff) |
options/metatype: pass exact same name for sliders
That made sliders from 2.3.7 still incompatible.
Apparently QVariant cares a lot about the difference
between "options::slider_value",
"::options::slider_value", and "slider_value".
Diffstat (limited to 'options/group.hpp')
-rw-r--r-- | options/group.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/options/group.hpp b/options/group.hpp index dd070dfd..93806193 100644 --- a/options/group.hpp +++ b/options/group.hpp @@ -4,6 +4,9 @@ #include "compat/util.hpp" +// included here to propagate into callers of options::group +#include "metatype.hpp" + #include <map> #include <memory> #include <QString> |