summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/RccOffMocLibrary/empty.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/RccOffMocLibrary/empty.h')
-rw-r--r--Tests/QtAutogen/RccOffMocLibrary/empty.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/QtAutogen/RccOffMocLibrary/empty.h b/Tests/QtAutogen/RccOffMocLibrary/empty.h
new file mode 100644
index 0000000..6bdd2ac
--- /dev/null
+++ b/Tests/QtAutogen/RccOffMocLibrary/empty.h
@@ -0,0 +1,9 @@
+
+#include <QObject>
+
+class Empty : public QObject
+{
+ Q_OBJECT
+public:
+ explicit Empty(QObject* parent = 0) {}
+};