QtTypeTraits: fix order of the includes
Amends 08c6cc62c743e172fbf064ccaad1159b2a1fb850. Found in Qt 6.9 API review. Pick-to: 6.9 Change-Id: I1ed29a913e34ecf093a98c2053c319f0edfb9135 Reviewed-by: Marc Mutz <marc.mutz@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
b5e05e1af7
commit
0d047ca713
@ -7,17 +7,16 @@
|
||||
#include <QtCore/qtconfigmacros.h>
|
||||
#include <QtCore/qtdeprecationmarkers.h>
|
||||
|
||||
#if defined(__cpp_lib_three_way_comparison) && defined(__cpp_lib_concepts)
|
||||
#include <compare>
|
||||
#include <concepts>
|
||||
#endif
|
||||
#include <optional>
|
||||
#include <tuple>
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
#include <variant>
|
||||
|
||||
#if defined(__cpp_lib_three_way_comparison) && defined(__cpp_lib_concepts)
|
||||
#include <compare>
|
||||
#include <concepts>
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
#pragma qt_class(QtTypeTraits)
|
||||
#pragma qt_sync_stop_processing
|
||||
|
Loading…
x
Reference in New Issue
Block a user