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/base-value.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/base-value.hpp')
-rw-r--r-- | options/base-value.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/options/base-value.hpp b/options/base-value.hpp index 0b6dfc44..4f90e3fc 100644 --- a/options/base-value.hpp +++ b/options/base-value.hpp @@ -5,7 +5,6 @@ #include "connector.hpp" #include "export.hpp" -#include "metatype.hpp" #include <QObject> #include <QString> |