diff options
author | Liang Qi <liang.qi@qt.io> | 2018-10-05 15:20:21 +0200 |
---|---|---|
committer | Liang Qi <liang.qi@qt.io> | 2018-10-05 18:09:05 +0000 |
commit | 00e6ddfccec25bfb6dd3f39e8897cf9baf453b99 (patch) | |
tree | 0cd374f074b49238aa1de9437b97bdb2a59cc982 /src/positioning | |
parent | d3bfcfaa9ac53885066689d540590035b3bc7976 (diff) | |
download | qtlocation-00e6ddfccec25bfb6dd3f39e8897cf9baf453b99.tar.gz |
Fix namespaced build
It is not allowed to include files within Qt namespace.
See 5b99f3a3 in qtbase dev.
Change-Id: Ic86986ebe5d6beafa32c7634ffb1d4631c411bf9
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
Diffstat (limited to 'src/positioning')
-rw-r--r-- | src/positioning/qgeoshape.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/positioning/qgeoshape.cpp b/src/positioning/qgeoshape.cpp index d17f9eea..b1d310af 100644 --- a/src/positioning/qgeoshape.cpp +++ b/src/positioning/qgeoshape.cpp @@ -449,6 +449,6 @@ QDataStream &operator>>(QDataStream &stream, QGeoShape &shape) } #endif -#include "moc_qgeoshape.cpp" - QT_END_NAMESPACE + +#include "moc_qgeoshape.cpp" |