summaryrefslogtreecommitdiffstats
path: root/src/concurrent
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-08-21 13:08:19 +0200
committerKai Koehne <kai.koehne@qt.io>2020-08-23 14:19:06 +0200
commit4f12bae8509bb8b120400915d4832f236db73957 (patch)
tree14e109418456d4dc4f37e42033873835f5166fcc /src/concurrent
parent1e88b03d1a7da6d9863b1f29e30b91d271be5dbb (diff)
Fix include in public header
We shouldn't rely on include path containing also /QtCore Task-number: QTBUG-82615 Change-Id: I0f98f6097865cc5aa2c2fc9a0fabf2c4513b7afe Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
Diffstat (limited to 'src/concurrent')
-rw-r--r--src/concurrent/qtconcurrentstoredfunctioncall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/concurrent/qtconcurrentstoredfunctioncall.h b/src/concurrent/qtconcurrentstoredfunctioncall.h
index a15f254c1e..44a93360d8 100644
--- a/src/concurrent/qtconcurrentstoredfunctioncall.h
+++ b/src/concurrent/qtconcurrentstoredfunctioncall.h
@@ -46,7 +46,7 @@
#include <QtConcurrent/qtconcurrentrunbase.h>
#include <type_traits>
-#include <qpromise.h>
+#include <QtCore/qpromise.h>
QT_BEGIN_NAMESPACE