diff -r 2f34d5167611 -r fcece45ef507 src/corelib/concurrent/qfuturewatcher.cpp --- a/src/corelib/concurrent/qfuturewatcher.cpp Fri Apr 16 15:50:13 2010 +0300 +++ b/src/corelib/concurrent/qfuturewatcher.cpp Mon May 03 13:17:34 2010 +0300 @@ -499,6 +499,13 @@ /*! \fn void QFutureWatcher::setFuture(const QFuture &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 QFutureWatcher::future() const