aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/parser/qqmljssourcelocation_p.h
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2019-03-21 16:15:03 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2019-03-22 14:35:14 +0000
commit3980ccf785462dc7b2cb53f72790638eb9e7b8c0 (patch)
treeb5e9870cdda771789dd589f1c55e674b9c6aa09d /src/qml/parser/qqmljssourcelocation_p.h
parent56b3232a7d35fe2b856d1d87a7e1c59906b46681 (diff)
Eliminate QT_QML_BEGIN_NAMESPACE and QT_QML_END_NAMESPACE
These are equivalent to the usual namespace macros. Change-Id: I3891397511e29694fe508414e77eb8483b877e03 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qml/parser/qqmljssourcelocation_p.h')
-rw-r--r--src/qml/parser/qqmljssourcelocation_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/parser/qqmljssourcelocation_p.h b/src/qml/parser/qqmljssourcelocation_p.h
index dc307ba168..d76e701d49 100644
--- a/src/qml/parser/qqmljssourcelocation_p.h
+++ b/src/qml/parser/qqmljssourcelocation_p.h
@@ -55,7 +55,7 @@
// We mean it.
//
-QT_QML_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE
namespace QQmlJS { namespace AST {
@@ -82,6 +82,6 @@ public:
} } // namespace AST
-QT_QML_END_NAMESPACE
+QT_END_NAMESPACE
#endif