summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2018-03-02 15:13:45 +0100
committerAndy Shaw <andy.shaw@qt.io>2018-03-14 09:39:14 +0000
commit19e0fc747ea3acf069c8c26c8fb2f1941bc916f2 (patch)
tree308e64653f1dd1fc8b700c094cc3c1d4870a2a77 /tests
parent4c0a363a9a0b73c68fd252cba705396d4378b209 (diff)
moc: Don't error our when parsing "using namespace __identifier(...)"
This follows on from a2322519929bd36a90422dccc0310b8230729197 which covered a similar instance of this. As with that change, we should not abort the compilation, just ignore it. Task-number: QTBUG-63772 Change-Id: Ide958080a90f43ed19edd8a320e7d45de1c96821 Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com> (cherry picked from commit 0da3ebd9940a214cc7ea292d13cd86967cd89a66)
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/tools/moc/namespace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/tools/moc/namespace.h b/tests/auto/tools/moc/namespace.h
index 43d00e82f3..7f1e46cd62 100644
--- a/tests/auto/tools/moc/namespace.h
+++ b/tests/auto/tools/moc/namespace.h
@@ -76,6 +76,7 @@ namespace FooNamespace {
#ifdef Q_MOC_RUN
namespace __identifier("<AtlImplementationDetails>") {} // QTBUG-56634
+using namespace __identifier("<AtlImplementationDetails>"); // QTBUG-63772
#endif
#endif // NAMESPACE_H