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.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/location/maps/qgeoroutereply.cpp b/src/location/maps/qgeoroutereply.cpp
index ab869d3c..b1c98349 100644
--- a/src/location/maps/qgeoroutereply.cpp
+++ b/src/location/maps/qgeoroutereply.cpp
@@ -218,8 +218,7 @@ void QGeoRouteReply::addRoutes(const QList<QGeoRoute> &routes)
*/
void QGeoRouteReply::abort()
{
- if (!isFinished())
- setFinished(true);
+ emit aborted();
}
/*!