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