summaryrefslogtreecommitdiffstats
path: root/src/location/maps/qgeoroutereply.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeoroutereply.cpp')
-rw-r--r--src/location/maps/qgeoroutereply.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/location/maps/qgeoroutereply.cpp b/src/location/maps/qgeoroutereply.cpp
index b1c98349..6f7b3129 100644
--- a/src/location/maps/qgeoroutereply.cpp
+++ b/src/location/maps/qgeoroutereply.cpp
@@ -212,6 +212,15 @@ void QGeoRouteReply::addRoutes(const QList<QGeoRoute> &routes)
}
/*!
+ \fn void QGeoRouteReply::aborted()
+ \since 5.9
+
+ This signal is emitted when the operation has been cancelled.
+
+ \sa abort()
+*/
+
+/*!
Cancels the operation immediately.
This will do nothing if the reply is finished.