--- a/src/corelib/concurrent/qfuturewatcher.cpp Mon Mar 15 12:43:09 2010 +0200
+++ b/src/corelib/concurrent/qfuturewatcher.cpp Thu Apr 08 14:19:33 2010 +0300
@@ -499,6 +499,13 @@
/*! \fn void QFutureWatcher::setFuture(const QFuture<T> &future)
Starts watching the given \a future.
+
+ One of the signals might be emitted for the current state of the
+ \a future. For example, if the future is already stopped, the
+ finished signal will be emitted.
+
+ To avoid a race condition, it is important to call this function
+ \i after doing the connections.
*/
/*! \fn QFuture<T> QFutureWatcher::future() const