summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeorouterequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeorouterequest.h')
-rw-r--r--src/location/maps/qgeorouterequest.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/location/maps/qgeorouterequest.h b/src/location/maps/qgeorouterequest.h
index c903183a..7f3dee78 100644
--- a/src/location/maps/qgeorouterequest.h
+++ b/src/location/maps/qgeorouterequest.h
@@ -55,7 +55,7 @@ QT_BEGIN_NAMESPACE
class QGeoCoordinate;
-class QGeoBoundingBox;
+class QGeoRectangle;
class QGeoRouteRequestPrivate;
class Q_LOCATION_EXPORT QGeoRouteRequest
@@ -127,8 +127,8 @@ public:
void setWaypoints(const QList<QGeoCoordinate> &waypoints);
QList<QGeoCoordinate> waypoints() const;
- void setExcludeAreas(const QList<QGeoBoundingBox> &areas);
- QList<QGeoBoundingBox> excludeAreas() const;
+ void setExcludeAreas(const QList<QGeoRectangle> &areas);
+ QList<QGeoRectangle> excludeAreas() const;
// defaults to 0
void setNumberAlternativeRoutes(int alternatives);