summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlmetatype.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qmlmetatype.cpp')
-rw-r--r--src/declarative/qml/qmlmetatype.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlmetatype.cpp b/src/declarative/qml/qmlmetatype.cpp
index 8ce8571..b15f711 100644
--- a/src/declarative/qml/qmlmetatype.cpp
+++ b/src/declarative/qml/qmlmetatype.cpp
@@ -59,7 +59,6 @@
#include <QtCore/qcryptographichash.h>
#include <private/qmlcustomparser_p.h>
-QT_BEGIN_NAMESPACE
#ifdef QT_BOOTSTRAPPED
# ifndef QT_NO_GEOM_VARIANT
# define QT_NO_GEOM_VARIANT
@@ -78,6 +77,8 @@ QT_BEGIN_NAMESPACE
#endif
#define NS(x) QT_PREPEND_NAMESPACE(x)
+QT_BEGIN_NAMESPACE
+
struct QmlMetaTypeData
{
QList<QmlType *> types;