summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/ManySources/item.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/ManySources/item.h.in')
-rw-r--r--Tests/QtAutogen/ManySources/item.h.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/Tests/QtAutogen/ManySources/item.h.in b/Tests/QtAutogen/ManySources/item.h.in
new file mode 100644
index 0000000..67ad794
--- /dev/null
+++ b/Tests/QtAutogen/ManySources/item.h.in
@@ -0,0 +1,15 @@
+#ifndef ITEM_@III@HPP
+#define ITEM_@III@HPP
+
+#include <QObject>
+
+class Item_@III@ : public QObject
+{
+ Q_OBJECT
+
+public:
+ Q_SLOT
+ void TheSlot();
+};
+
+#endif