src/contacts/qcontactabstractrequest.cpp
changeset 5 603d3f8b6302
parent 0 876b1a06bc25
--- a/src/contacts/qcontactabstractrequest.cpp	Fri Sep 17 08:34:34 2010 +0300
+++ b/src/contacts/qcontactabstractrequest.cpp	Mon Oct 04 01:37:06 2010 +0300
@@ -308,10 +308,6 @@
     If \a msecs is zero, this function will block indefinitely.
     Returns true if the request was cancelled or completed successfully within the given period, otherwise false.
     Some backends are unable to support this operation safely, and will return false immediately.
-
-    Note that any signals generated while waiting for the request to complete may be queued and delivered
-    some time after this function has returned, when the calling thread's event loop is dispatched.  If your code
-    depends on your slots being invoked, you may need to process events after calling this function.
  */
 bool QContactAbstractRequest::waitForFinished(int msecs)
 {