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