summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/MocInclude/ObjA_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/MocInclude/ObjA_p.h')
-rw-r--r--Tests/QtAutogen/MocInclude/ObjA_p.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/Tests/QtAutogen/MocInclude/ObjA_p.h b/Tests/QtAutogen/MocInclude/ObjA_p.h
new file mode 100644
index 000000000..d944bc637
--- /dev/null
+++ b/Tests/QtAutogen/MocInclude/ObjA_p.h
@@ -0,0 +1,14 @@
+#ifndef OBJA_P_HPP
+#define OBJA_P_HPP
+
+#include <QObject>
+
+class ObjAPrivate : public QObject
+{
+ Q_OBJECT
+public:
+ ObjAPrivate();
+ ~ObjAPrivate();
+};
+
+#endif