summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/mocMacroName/Object.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/mocMacroName/Object.hpp')
-rw-r--r--Tests/QtAutogen/mocMacroName/Object.hpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/Tests/QtAutogen/mocMacroName/Object.hpp b/Tests/QtAutogen/mocMacroName/Object.hpp
deleted file mode 100644
index 0c40824..0000000
--- a/Tests/QtAutogen/mocMacroName/Object.hpp
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef OBJECT_HPP
-#define OBJECT_HPP
-
-#include <QObject>
-
-class Object : public QObject
-{
- Q_OBJECT
- Q_PROPERTY(int test MEMBER test)
-public:
- Object();
-
- Q_SLOT
- void aSlot();
-
- int test;
-};
-
-#endif