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/location/maps | |
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/location/maps')
-rw-r--r-- | src/location/maps/qgeotilerequestmanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeotilerequestmanager.cpp b/src/location/maps/qgeotilerequestmanager.cpp index d4d94ad0..aa6de94d 100644 --- a/src/location/maps/qgeotilerequestmanager.cpp +++ b/src/location/maps/qgeotilerequestmanager.cpp @@ -240,6 +240,6 @@ void QGeoTileRequestManagerPrivate::tileError(const QGeoTileSpec &tile, const QS } } -#include "qgeotilerequestmanager.moc" - QT_END_NAMESPACE + +#include "qgeotilerequestmanager.moc" |