aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/parser/qqmljsast.cpp
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/qqmljsast.cpp
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/qqmljsast.cpp')
-rw-r--r--src/qml/parser/qqmljsast.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/parser/qqmljsast.cpp b/src/qml/parser/qqmljsast.cpp
index 54a1200493..e5817ab763 100644
--- a/src/qml/parser/qqmljsast.cpp
+++ b/src/qml/parser/qqmljsast.cpp
@@ -41,7 +41,7 @@
#include "qqmljsastvisitor_p.h"
-QT_QML_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE
namespace QQmlJS { namespace AST {
@@ -1474,6 +1474,6 @@ LeftHandSideExpression *LeftHandSideExpression::leftHandSideExpressionCast()
} } // namespace QQmlJS::AST
-QT_QML_END_NAMESPACE
+QT_END_NAMESPACE