qhashfunctions.h: unindent <concepts> include
Qt will at some point require C++20 and then the indented include will
have to be un-indented, anyway, so might was well do it now to have
less work later.
Also sort the <concepts> header in with the other C++ headers.
Amends 52abff8cc1.
Found in API-review.
Change-Id: Ic092d3c0d47e9ecab0492d533b6a10c2a8227e88
Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
(cherry picked from commit 3ac48281d9971998882612a43cbcf923104ee592)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
bb10
parent
2f7d52a9ba
commit
f85f5b35bb
|
|
@ -9,14 +9,13 @@
|
|||
#include <QtCore/qstring.h>
|
||||
#include <QtCore/qstringfwd.h>
|
||||
|
||||
#ifdef __cpp_concepts
|
||||
#include <concepts>
|
||||
#endif
|
||||
#include <numeric> // for std::accumulate
|
||||
#include <functional> // for std::hash
|
||||
#include <utility> // For std::pair
|
||||
|
||||
#ifdef __cpp_concepts
|
||||
# include <concepts>
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
#pragma qt_class(QHashFunctions)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue