summaryrefslogtreecommitdiff
path: root/src/location/qlocationglobal.h
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@digia.com>2013-01-16 12:48:14 +0100
committerAaron McCarthy <mccarthy.aaron@gmail.com>2013-01-17 12:33:55 +0100
commita316b25f4b4e0743e361031f2e6f1ba8072e704c (patch)
tree67e3a9bc60f11eb7fcfdff98ceb69d0be09fa389 /src/location/qlocationglobal.h
parent87b2e3a9686948f691b054a39cb6c5d4a4696157 (diff)
downloadqtlocation-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.h6
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