diff options
author | Rainer Keller <rainer.keller@digia.com> | 2013-01-16 12:48:14 +0100 |
---|---|---|
committer | Aaron McCarthy <mccarthy.aaron@gmail.com> | 2013-01-17 12:33:55 +0100 |
commit | a316b25f4b4e0743e361031f2e6f1ba8072e704c (patch) | |
tree | 67e3a9bc60f11eb7fcfdff98ceb69d0be09fa389 /src/location/qlocationglobal.h | |
parent | 87b2e3a9686948f691b054a39cb6c5d4a4696157 (diff) | |
download | qtlocation-a316b25f4b4e0743e361031f2e6f1ba8072e704c.tar.gz |
Fix qmake warnings
Change-Id: I17265b37a557472fc55fec7e25cd2bf2b3a6dc9d
Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
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 |