From fd5491ad9a52e75dd400321befa64ee62c5d8ec8 Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Mon, 4 Jan 2021 13:15:28 +0100 Subject: [PATCH] Doc: Use correct include for QtFuture namespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: QTBUG-89766 Change-Id: I20c5d3c12490a5eed7bb4e267b2edb5d45dbaadf Reviewed-by: Topi Reiniƶ (cherry picked from commit 32a46a1dcf7c06fac4da2a4e6e549e81d0be98f9) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/thread/qfuture.qdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/thread/qfuture.qdoc b/src/corelib/thread/qfuture.qdoc index 82b76570162..8fec4989bbd 100644 --- a/src/corelib/thread/qfuture.qdoc +++ b/src/corelib/thread/qfuture.qdoc @@ -877,6 +877,7 @@ /*! \namespace QtFuture + \inheaderfile QFuture \inmodule QtCore \brief Contains miscellaneous identifiers used by the QFuture class.