summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2021-06-25 10:04:26 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-06-25 12:56:01 +0000
commit9ce389f0d57c60d351b7d7ce5aa1ead6d792f474 (patch)
treeb5ccddff5d487cdc7b363a55c7b32997c368af6d /src
parentf8f5c16071710221231911fc2f6cd1e12ad804f9 (diff)
QFutureInterface: remove the inconsistent and unneeded include
QMutexLocker is declared in qmutex.h, which is already included. Task-number: QTBUG-94407 Change-Id: I78e0630c27ef7f85feae68e98f8cdcbe4e142cd8 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit a527fbf1797fca1a2f764bca85551562be460bb0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/thread/qfutureinterface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/thread/qfutureinterface.h b/src/corelib/thread/qfutureinterface.h
index 3a6fe86d76..a79319aa33 100644
--- a/src/corelib/thread/qfutureinterface.h
+++ b/src/corelib/thread/qfutureinterface.h
@@ -41,7 +41,6 @@
#define QFUTUREINTERFACE_H
#include <QtCore/qmutex.h>
-#include <QtCore/QMutexLocker>
#include <QtCore/qresultstore.h>
#ifndef QT_NO_EXCEPTIONS
#include <exception>