diff --git a/src/corelib/thread/qfuture.qdoc b/src/corelib/thread/qfuture.qdoc index edaba61490..25cbfe18c9 100644 --- a/src/corelib/thread/qfuture.qdoc +++ b/src/corelib/thread/qfuture.qdoc @@ -116,9 +116,6 @@ the isCanceled(), isStarted(), isFinished(), isRunning(), isSuspending() or isSuspended() functions. - QFuture is a lightweight reference counted class that can be passed by - value. - QFuture is specialized to not contain any of the result fetching functions. Any QFuture can be assigned or copied into a QFuture as well. This is useful if only status or progress information is needed