summaryrefslogtreecommitdiffstats
path: root/src/location/maps/qgeoroutereply.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2017-01-30 12:48:04 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2017-01-30 13:18:26 +0000
commit25b42f4165d23b64faa02adf6c71d6c5f6d985bb (patch)
tree4932f43f43356ef06b1c5e5c468a4a1e5bfdfffa /src/location/maps/qgeoroutereply.cpp
parentbe13464a488ccc2837b0c178ff16086be341e570 (diff)
Doc: Location *Reply classes: Document aborted() signal
Fixes the following qdoc warnings: src/location/maps/qgeocodereply.h:83: warning: No documentation for 'QGeoCodeReply::aborted()' src/location/maps/qgeoroutereply.h:77: warning: No documentation for 'QGeoRouteReply::aborted()' src/location/places/qplacereply.h:89: warning: No documentation for 'QPlaceReply::aborted()' Change-Id: Id8c871abf2a197e41042bfa74e1abf9db94a65e4 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
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.