summaryrefslogtreecommitdiffstats
path: root/src/concurrent/qtconcurrentstoredfunctioncall.h
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2020-10-13 16:31:47 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2020-10-14 21:24:26 +0200
commit9ded4739140e7e30aa386a9800c26afdbf952fd3 (patch)
treeeff885ee8a316d283f00d215a20807cc794c84ff /src/concurrent/qtconcurrentstoredfunctioncall.h
parente1926e50606d11988ed99530ea073ffe15177137 (diff)
Minor cleanups based on API review
- Be more more consistent when declaring type aliases. - Re-group include directives Change-Id: Ic521e9f7692e538cc98871bdeccd9644c9879089 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
Diffstat (limited to 'src/concurrent/qtconcurrentstoredfunctioncall.h')
-rw-r--r--src/concurrent/qtconcurrentstoredfunctioncall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/concurrent/qtconcurrentstoredfunctioncall.h b/src/concurrent/qtconcurrentstoredfunctioncall.h
index 44a93360d8..f7e9e03e21 100644
--- a/src/concurrent/qtconcurrentstoredfunctioncall.h
+++ b/src/concurrent/qtconcurrentstoredfunctioncall.h
@@ -44,10 +44,10 @@
#ifndef QT_NO_CONCURRENT
#include <QtConcurrent/qtconcurrentrunbase.h>
-#include <type_traits>
-
#include <QtCore/qpromise.h>
+#include <type_traits>
+
QT_BEGIN_NAMESPACE
#ifndef Q_QDOC