summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2023-10-05 13:29:38 +0200
committerMarc Mutz <marc.mutz@qt.io>2023-10-05 20:19:39 +0200
commita0d931e4822ef9df6c435fd595aabdb8484d8004 (patch)
tree64fd4dfa6d4b05164af82b980dc29f65aa7abfbb /src/corelib/thread
parent1bfdbe5c71a4f5e93299773a45f02f608d117fc6 (diff)
qfuture_impl.h: remove unused qpointer.h include
The last QPointer user was removed in commit 07d6d31a4c0c17d8c897d783a9b0841df6834b02. Prune the include. Change-Id: Id48ffd2f8f5c1790bbdc54d66ac0c404b0af9cd2 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'src/corelib/thread')
-rw-r--r--src/corelib/thread/qfuture_impl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/thread/qfuture_impl.h b/src/corelib/thread/qfuture_impl.h
index 460637fcf6..65ca22eea7 100644
--- a/src/corelib/thread/qfuture_impl.h
+++ b/src/corelib/thread/qfuture_impl.h
@@ -14,7 +14,6 @@
#include <QtCore/qfutureinterface.h>
#include <QtCore/qthreadpool.h>
#include <QtCore/qexception.h>
-#include <QtCore/qpointer.h>
#include <QtCore/qpromise.h>
#include <memory>