summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/MocCMP0100/Obj2.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/MocCMP0100/Obj2.hh')
-rw-r--r--Tests/QtAutogen/MocCMP0100/Obj2.hh20
1 files changed, 20 insertions, 0 deletions
diff --git a/Tests/QtAutogen/MocCMP0100/Obj2.hh b/Tests/QtAutogen/MocCMP0100/Obj2.hh
new file mode 100644
index 0000000000..1c74cdd156
--- /dev/null
+++ b/Tests/QtAutogen/MocCMP0100/Obj2.hh
@@ -0,0 +1,20 @@
+#ifndef OBJ2_HH
+#define OBJ2_HH
+
+#include <QObject>
+
+// Qt enabled private class
+class Obj2Private;
+// Qt enabled class
+class Obj2 : public QObject
+{
+ Q_OBJECT
+public:
+ Obj2();
+ ~Obj2();
+
+private:
+ Obj2Private* const d;
+};
+
+#endif