diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-26 05:27:13 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-26 05:27:21 +0200 |
commit | bb798c188b2fc1b368e91ac5d813d805e2d17e72 (patch) | |
tree | f54e798d6710e573eb835c6f74a49c7483c7da3a /options/metatype.hpp | |
parent | b6b09f1908260dfe590c9eccca56640324b215f1 (diff) |
options: organize metatype declarations
Diffstat (limited to 'options/metatype.hpp')
-rw-r--r-- | options/metatype.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/options/metatype.hpp b/options/metatype.hpp index 68480b55..01ff4e71 100644 --- a/options/metatype.hpp +++ b/options/metatype.hpp @@ -8,6 +8,7 @@ #include <QDebug> #include "export.hpp" +#include "slider.hpp" Q_DECLARE_METATYPE(QList<double>) Q_DECLARE_METATYPE(QList<float>) @@ -15,6 +16,7 @@ Q_DECLARE_METATYPE(QList<int>) Q_DECLARE_METATYPE(QList<bool>) Q_DECLARE_METATYPE(QList<QString>) Q_DECLARE_METATYPE(QList<QPointF>) +Q_DECLARE_METATYPE(::options::slider_value) namespace options { namespace detail { |