aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/add-qobject-macro-to-cpp-file/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/add-qobject-macro-to-cpp-file/object.h')
-rw-r--r--tests/auto/blackbox/testdata/add-qobject-macro-to-cpp-file/object.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/add-qobject-macro-to-cpp-file/object.h b/tests/auto/blackbox/testdata/add-qobject-macro-to-cpp-file/object.h
new file mode 100644
index 000000000..37070b494
--- /dev/null
+++ b/tests/auto/blackbox/testdata/add-qobject-macro-to-cpp-file/object.h
@@ -0,0 +1,4 @@
+class Object {
+public:
+ void f();
+};