From 25b42f4165d23b64faa02adf6c71d6c5f6d985bb Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Mon, 30 Jan 2017 12:48:04 +0100 Subject: 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 Reviewed-by: Alex Blasche --- src/location/places/qplacereply.cpp | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'src/location/places') 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() { -- cgit v1.2.1