summaryrefslogtreecommitdiff
path: root/src/location/maps/qabstractgeotilecache_p.h
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2017-02-11 19:25:50 +0100
committerPaolo Angelelli <paolo.angelelli@qt.io>2017-02-14 14:05:01 +0000
commite5202eac7c4005aaf1020b2d0f863287dedbe51b (patch)
tree28acbe624f793ee649994facdb21924b892888f3 /src/location/maps/qabstractgeotilecache_p.h
parent2f6fd434396af991a57b7e54f1920b72888f2b51 (diff)
downloadqtlocation-e5202eac7c4005aaf1020b2d0f863287dedbe51b.tar.gz
Fix export macro in private headers
Changing Q_LOCATION_EXPORT to Q_LOCATION_PRIVATE_EXPORT in all _p headers to avoid confusion. Change-Id: Ic42d1c59f0cd68c27bcf40296c612d005da11efd Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/location/maps/qabstractgeotilecache_p.h')
-rw-r--r--src/location/maps/qabstractgeotilecache_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/location/maps/qabstractgeotilecache_p.h b/src/location/maps/qabstractgeotilecache_p.h
index ba4c12de..352c520d 100644
--- a/src/location/maps/qabstractgeotilecache_p.h
+++ b/src/location/maps/qabstractgeotilecache_p.h
@@ -47,7 +47,7 @@
// We mean it.
//
-#include <QtLocation/qlocationglobal.h>
+#include <QtLocation/private/qlocationglobal_p.h>
#include <QObject>
#include <QCache>
@@ -71,7 +71,7 @@ class QAbstractGeoTileCache;
class QThread;
/* This is also used in the mapgeometry */
-class Q_LOCATION_EXPORT QGeoTileTexture
+class Q_LOCATION_PRIVATE_EXPORT QGeoTileTexture
{
public:
@@ -83,7 +83,7 @@ public:
bool textureBound;
};
-class Q_LOCATION_EXPORT QAbstractGeoTileCache : public QObject
+class Q_LOCATION_PRIVATE_EXPORT QAbstractGeoTileCache : public QObject
{
Q_OBJECT
public: