summaryrefslogtreecommitdiff
path: root/src/location/places/qplacereply.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/places/qplacereply.cpp')
-rw-r--r--src/location/places/qplacereply.cpp13
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()
{