diff options
Diffstat (limited to 'src/location/maps/qgeoserviceprovider.h')
-rw-r--r-- | src/location/maps/qgeoserviceprovider.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/location/maps/qgeoserviceprovider.h b/src/location/maps/qgeoserviceprovider.h index d43b08a1..c24d5975 100644 --- a/src/location/maps/qgeoserviceprovider.h +++ b/src/location/maps/qgeoserviceprovider.h @@ -46,6 +46,8 @@ #include <QVariant> #include <QString> +#include <QtLocation/qlocationglobal.h> + QT_BEGIN_HEADER QT_BEGIN_NAMESPACE @@ -63,7 +65,7 @@ class QGeoRoutingManagerEngine; class QPlaceManagerEngine; class QGeoServiceProviderPrivate; -class Q_LOCATION_EXPORT QGeoServiceProvider +class Q_LOCATION_EXPORT_TEMP QGeoServiceProvider { public: enum Error { |