summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/namespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/moc/namespace.h')
-rw-r--r--tests/auto/tools/moc/namespace.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/tools/moc/namespace.h b/tests/auto/tools/moc/namespace.h
new file mode 100644
index 0000000000..2bb1d8e958
--- /dev/null
+++ b/tests/auto/tools/moc/namespace.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#include <QObject>
+
+namespace FooNamespace {
+ Q_NAMESPACE
+}