summaryrefslogtreecommitdiffstats
path: root/src/location/maps/qgeoserviceproviderfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeoserviceproviderfactory.h')
-rw-r--r--src/location/maps/qgeoserviceproviderfactory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/location/maps/qgeoserviceproviderfactory.h b/src/location/maps/qgeoserviceproviderfactory.h
index cc60cf7c..e1164189 100644
--- a/src/location/maps/qgeoserviceproviderfactory.h
+++ b/src/location/maps/qgeoserviceproviderfactory.h
@@ -62,6 +62,9 @@ public:
virtual QPlaceManagerEngine *createPlaceManagerEngine(const QVariantMap &parameters,
QGeoServiceProvider::Error *error,
QString *errorString) const;
+ virtual QNavigationManagerEngine *createNavigationManagerEngine(const QVariantMap &parameters,
+ QGeoServiceProvider::Error *error,
+ QString *errorString) const;
};
Q_DECLARE_INTERFACE(QGeoServiceProviderFactory,