summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeorouteparserosrmv4_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/qgeorouteparserosrmv4_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/qgeorouteparserosrmv4_p.h')
-rw-r--r--src/location/maps/qgeorouteparserosrmv4_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/maps/qgeorouteparserosrmv4_p.h b/src/location/maps/qgeorouteparserosrmv4_p.h
index 3d38cbf7..97bb43ea 100644
--- a/src/location/maps/qgeorouteparserosrmv4_p.h
+++ b/src/location/maps/qgeorouteparserosrmv4_p.h
@@ -54,7 +54,7 @@
QT_BEGIN_NAMESPACE
class QGeoRouteParserOsrmV4Private;
-class Q_LOCATION_EXPORT QGeoRouteParserOsrmV4 : public QGeoRouteParser
+class Q_LOCATION_PRIVATE_EXPORT QGeoRouteParserOsrmV4 : public QGeoRouteParser
{
Q_OBJECT
Q_DECLARE_PRIVATE(QGeoRouteParserOsrmV4)