aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/parser/qqmljsglobal_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/qqmljsglobal_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/qqmljsglobal_p.h')
-rw-r--r--src/qml/parser/qqmljsglobal_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/parser/qqmljsglobal_p.h b/src/qml/parser/qqmljsglobal_p.h
index 0e195994b4..bf8155c6ec 100644
--- a/src/qml/parser/qqmljsglobal_p.h
+++ b/src/qml/parser/qqmljsglobal_p.h
@@ -53,8 +53,6 @@
#include <QtCore/qglobal.h>
#ifdef QT_CREATOR
-# define QT_QML_BEGIN_NAMESPACE
-# define QT_QML_END_NAMESPACE
# ifdef QDECLARATIVEJS_BUILD_DIR
# define QML_PARSER_EXPORT Q_DECL_EXPORT
@@ -65,8 +63,6 @@
# endif // QQMLJS_BUILD_DIR
#else // !QT_CREATOR
-# define QT_QML_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE
-# define QT_QML_END_NAMESPACE QT_END_NAMESPACE
# ifndef QT_STATIC
# if defined(QT_BUILD_QMLDEVTOOLS_LIB) || defined(QT_QMLDEVTOOLS_LIB)
// QmlDevTools is a static library