 |
Qt 6.x
The Qt SDK
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
9#pragma qt_class(QtGlobal)
13# include <type_traits>
24#include <QtCore/qtversionchecks.h>
25#include <QtCore/qtconfigmacros.h>
26#include <QtCore/qtcoreexports.h>
28#include <QtCore/qtpreprocessorsupport.h>
30#include <QtCore/qsystemdetection.h>
31#include <QtCore/qprocessordetection.h>
32#include <QtCore/qcompilerdetection.h>
35# include <QtCore/qassert.h>
36# include <QtCore/qtnoop.h>
37# include <QtCore/qtypes.h>
39#include <QtCore/qtversion.h>
41#if defined(__cplusplus)
43#include <QtCore/qtclasshelpermacros.h>
47#include <QtCore/qtypeinfo.h>
48#include <QtCore/qsysinfo.h>
49#include <QtCore/qlogging.h>
51#include <QtCore/qflags.h>
53#include <QtCore/qatomic.h>
54#include <QtCore/qconstructormacros.h>
55#include <QtCore/qdarwinhelpers.h>
56#include <QtCore/qexceptionhandling.h>
57#include <QtCore/qforeach.h>
58#include <QtCore/qfunctionpointer.h>
59#include <QtCore/qglobalstatic.h>
60#include <QtCore/qmalloc.h>
61#include <QtCore/qminmax.h>
62#include <QtCore/qnumeric.h>
63#include <QtCore/qoverload.h>
64#include <QtCore/qswap.h>
65#include <QtCore/qtdeprecationmarkers.h>
66#include <QtCore/qtenvironmentvariables.h>
67#include <QtCore/qtresource.h>
68#include <QtCore/qttranslation.h>
69#include <QtCore/qttypetraits.h>
70#include <QtCore/qversiontagging.h>