diff options
author | Topi Reinio <topi.reinio@qt.io> | 2017-01-30 12:48:04 +0100 |
---|---|---|
committer | Topi Reiniƶ <topi.reinio@qt.io> | 2017-01-30 13:18:26 +0000 |
commit | 25b42f4165d23b64faa02adf6c71d6c5f6d985bb (patch) | |
tree | 4932f43f43356ef06b1c5e5c468a4a1e5bfdfffa /src/location/places/qplacereply.cpp | |
parent | be13464a488ccc2837b0c178ff16086be341e570 (diff) | |
download | qtlocation-25b42f4165d23b64faa02adf6c71d6c5f6d985bb.tar.gz |
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/places/qplacereply.cpp')
-rw-r--r-- | src/location/places/qplacereply.cpp | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/location/places/qplacereply.cpp b/src/location/places/qplacereply.cpp index 582987b4..55e67e43 100644 --- a/src/location/places/qplacereply.cpp +++ b/src/location/places/qplacereply.cpp @@ -195,7 +195,18 @@ QPlaceReply::Error QPlaceReply::error() const } /*! - Aborts the operation. + \fn void QPlaceReply::aborted() + \since 5.9 + + This signal is emitted when the operation has been cancelled. + + \sa abort() +*/ + +/*! + Cancels the operation immediately. + + \sa aborted() */ void QPlaceReply::abort() { |