summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/forwarddeclaredparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/moc/forwarddeclaredparam.h')
-rw-r--r--tests/auto/tools/moc/forwarddeclaredparam.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/tools/moc/forwarddeclaredparam.h b/tests/auto/tools/moc/forwarddeclaredparam.h
new file mode 100644
index 0000000000..176f0c3356
--- /dev/null
+++ b/tests/auto/tools/moc/forwarddeclaredparam.h
@@ -0,0 +1,5 @@
+#ifndef FORWARDDECLAREDPARAM_H
+#define FORWARDDECLAREDPARAM_H
+struct ForwardDeclaredParam {};
+template <typename T> class ForwardDeclaredContainer {};
+#endif