summaryrefslogtreecommitdiffstats
path: root/src/contacts/qcontactmanagerengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/contacts/qcontactmanagerengine.cpp')
-rw-r--r--src/contacts/qcontactmanagerengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contacts/qcontactmanagerengine.cpp b/src/contacts/qcontactmanagerengine.cpp
index 6796361db7..562148b0ef 100644
--- a/src/contacts/qcontactmanagerengine.cpp
+++ b/src/contacts/qcontactmanagerengine.cpp
@@ -2487,7 +2487,7 @@ bool QContactManagerEngine::cancelRequest(QContactAbstractRequest* req)
/*!
Blocks until the manager engine has completed the given request \a req
which was previously started, or until \a msecs milliseconds have passed.
- Returns true if the request was completed, and false if the request was not in the
+ Returns true if the request was cancelled or completed, and false if the request was not in the
\c QContactAbstractRequest::Active state or no progress could be reported.
\sa startRequest()