summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/mocPlugin/StyleD.hpp
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-02-22 20:08:36 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-02-22 20:15:03 (GMT)
commit94e3f82cf114d12b190d1999a72838018eb171c9 (patch)
tree2bb559338400ac951533ff3c872e99931e73982e /Tests/QtAutogen/mocPlugin/StyleD.hpp
parent70ebf35cdaaf391138df7564a07cd205de4af971 (diff)
downloadCMake-94e3f82cf114d12b190d1999a72838018eb171c9.zip
CMake-94e3f82cf114d12b190d1999a72838018eb171c9.tar.gz
CMake-94e3f82cf114d12b190d1999a72838018eb171c9.tar.bz2
Autogen: Add AUTOMOC_DEPEND_FILTERS test
Diffstat (limited to 'Tests/QtAutogen/mocPlugin/StyleD.hpp')
-rw-r--r--Tests/QtAutogen/mocPlugin/StyleD.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/QtAutogen/mocPlugin/StyleD.hpp b/Tests/QtAutogen/mocPlugin/StyleD.hpp
index e58444d..df8a439 100644
--- a/Tests/QtAutogen/mocPlugin/StyleD.hpp
+++ b/Tests/QtAutogen/mocPlugin/StyleD.hpp
@@ -1,6 +1,7 @@
#ifndef STYLED_HPP
#define STYLED_HPP
+#include "StyleCommon.hpp"
#include <QStylePlugin>
class StyleD : public QStylePlugin
@@ -8,6 +9,7 @@ class StyleD : public QStylePlugin
Q_OBJECT
// Json file in global sub director
Q_PLUGIN_METADATA(IID "org.styles.D" FILE "sub/StyleD.json")
+ A_CUSTOM_MACRO(SomeArg, "sub/StyleD_Custom.json", AnotherArg)
public:
QStyle* create(const QString& key);
};