diff options
Diffstat (limited to 'src/location/maps/qgeoroutingmanagerengine.h')
-rw-r--r-- | src/location/maps/qgeoroutingmanagerengine.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/location/maps/qgeoroutingmanagerengine.h b/src/location/maps/qgeoroutingmanagerengine.h index fa05b984..71f3f77a 100644 --- a/src/location/maps/qgeoroutingmanagerengine.h +++ b/src/location/maps/qgeoroutingmanagerengine.h @@ -42,16 +42,14 @@ #ifndef QGEOROUTINGMANAGERENGINE_H #define QGEOROUTINGMANAGERENGINE_H +#include <QtCore/QObject> +#include <QtCore/QMap> +#include <QtCore/QLocale> #include <QtLocation/QGeoRouteRequest> #include <QtLocation/QGeoRouteReply> -#include <QObject> -#include <QMap> - QT_BEGIN_NAMESPACE -class QLocale; - class QGeoRoutingManagerEnginePrivate; class Q_LOCATION_EXPORT QGeoRoutingManagerEngine : public QObject @@ -76,6 +74,8 @@ public: void setLocale(const QLocale &locale); QLocale locale() const; + void setMeasurementSystem(QLocale::MeasurementSystem system); + QLocale::MeasurementSystem measurementSystem() const; Q_SIGNALS: void finished(QGeoRouteReply *reply); |