From a0f5131b04b94515be1700077715ae565daf7cbb Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 29 Jul 2017 12:40:12 +0200 Subject: 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". --- options/group.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'options/group.hpp') 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 #include #include -- cgit v1.2.3