diff -r dee5afe5301f -r 3f74d0d4af4c src/corelib/concurrent/qfuturewatcher.cpp --- 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 &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