From 606d72da1758e59c813cd6369a65aed014030177 Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Mon, 24 May 2021 17:12:36 +0200 Subject: [PATCH] QFuture: remove incorrect sentence from docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit QFuture shouldn't be passed by value: it's a reference counted class ("shared future"). Change-Id: I3890062c45f9a6470b278223b88d482f57bf68a0 Reviewed-by: MÃ¥rten Nordheim Reviewed-by: Andrei Golubev --- src/corelib/thread/qfuture.qdoc | 3 --- 1 file changed, 3 deletions(-) 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