diff options
Diffstat (limited to 'src/location/qlocationglobal.h')
-rw-r--r-- | src/location/qlocationglobal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/location/qlocationglobal.h b/src/location/qlocationglobal.h index a2723cb1..57d95820 100644 --- a/src/location/qlocationglobal.h +++ b/src/location/qlocationglobal.h @@ -43,6 +43,9 @@ #include <QtCore/qglobal.h> +QT_BEGIN_HEADER +QT_BEGIN_NAMESPACE + #ifndef QT_STATIC # if defined(QT_BUILD_LOCATION_LIB) # define Q_LOCATION_EXPORT Q_DECL_EXPORT @@ -53,5 +56,8 @@ # define Q_LOCATION_EXPORT #endif +QT_END_NAMESPACE +QT_END_HEADER + #endif // QLOCATIONGLOBAL_H |