summaryrefslogtreecommitdiff
path: root/tests/auto/blackbox/testdata-qt/moc-compiler-defines/object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata-qt/moc-compiler-defines/object.cpp')
-rw-r--r--tests/auto/blackbox/testdata-qt/moc-compiler-defines/object.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata-qt/moc-compiler-defines/object.cpp b/tests/auto/blackbox/testdata-qt/moc-compiler-defines/object.cpp
new file mode 100644
index 000000000..7ffcf419b
--- /dev/null
+++ b/tests/auto/blackbox/testdata-qt/moc-compiler-defines/object.cpp
@@ -0,0 +1,6 @@
+#include "object.h"
+
+Object::Object(QObject *parent) : QObject(parent)
+{
+
+}