summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/MocSkipSource/qItemB.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/MocSkipSource/qItemB.hpp')
-rw-r--r--Tests/QtAutogen/MocSkipSource/qItemB.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/Tests/QtAutogen/MocSkipSource/qItemB.hpp b/Tests/QtAutogen/MocSkipSource/qItemB.hpp
new file mode 100644
index 0000000..1775915
--- /dev/null
+++ b/Tests/QtAutogen/MocSkipSource/qItemB.hpp
@@ -0,0 +1,13 @@
+#ifndef QITEMB_HPP
+#define QITEMB_HPP
+
+#include <QObject>
+
+class QItemB : public QObject
+{
+ Q_OBJECT
+ Q_SLOT
+ void go();
+};
+
+#endif