aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/moc-hpp-included/object2.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/api/testdata/moc-hpp-included/object2.h')
-rw-r--r--tests/auto/api/testdata/moc-hpp-included/object2.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/api/testdata/moc-hpp-included/object2.h b/tests/auto/api/testdata/moc-hpp-included/object2.h
new file mode 100644
index 000000000..14e811124
--- /dev/null
+++ b/tests/auto/api/testdata/moc-hpp-included/object2.h
@@ -0,0 +1,13 @@
+#ifndef OBJECT2_H
+#define OBJECT2_H
+#include <QObject>
+
+class Object2 : public QObject
+{
+ Q_OBJECT
+public:
+ Object2(QObject *parent = 0);
+};
+
+#endif
+