diff options
author | Ian Chen <ian.1.chen@nokia.com> | 2012-04-02 17:41:26 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-04-04 03:59:55 +0200 |
commit | 987b379ba06435a2646212ade3ec8dd6cb4532cb (patch) | |
tree | e44451602af6dc25fbf183958dfab09ecdd14829 /src/location/maps | |
parent | 2274629f9b47c55eb304389d5c94d8ff2b024e76 (diff) | |
download | qtlocation-987b379ba06435a2646212ade3ec8dd6cb4532cb.tar.gz |
Add more unit tests in map geometry on tile updates
Change-Id: I811c18944dde55fe5b7e52cdbe51119f7eec3a29
Reviewed-by: Alex Wilson <alex.wilson@nokia.com>
Diffstat (limited to 'src/location/maps')
-rw-r--r-- | src/location/maps/qgeotilecache_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/maps/qgeotilecache_p.h b/src/location/maps/qgeotilecache_p.h index c24c3cc6..c200b39c 100644 --- a/src/location/maps/qgeotilecache_p.h +++ b/src/location/maps/qgeotilecache_p.h @@ -90,7 +90,7 @@ public: }; /* This is also used in the mapgeometry */ -class QGeoTileTexture { +class Q_LOCATION_EXPORT QGeoTileTexture { public: QGeoTileTexture(); |