Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/QtCore/qglobal.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // Copyright (C) 2020 The Qt Company Ltd.
0002 // Copyright (C) 2019 Intel Corporation.
0003 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
0004 
0005 #ifndef QGLOBAL_H
0006 #define QGLOBAL_H
0007 
0008 #if 0
0009 #pragma qt_class(QtGlobal)
0010 #endif
0011 
0012 #ifdef __cplusplus
0013 #  include <type_traits>
0014 #  include <cstddef>
0015 #  include <utility>
0016 #  include <cstdint>
0017 #endif
0018 #ifndef __ASSEMBLER__
0019 #  include <assert.h>
0020 #  include <stdbool.h>
0021 #  include <stddef.h>
0022 #endif
0023 
0024 #include <QtCore/qtversionchecks.h>
0025 #include <QtCore/qtconfigmacros.h>
0026 #include <QtCore/qtcoreexports.h>
0027 
0028 #include <QtCore/qtpreprocessorsupport.h>
0029 
0030 #include <QtCore/qsystemdetection.h>
0031 #include <QtCore/qprocessordetection.h>
0032 #include <QtCore/qcompilerdetection.h>
0033 
0034 #ifndef __ASSEMBLER__
0035 #  include <QtCore/qassert.h>
0036 #  include <QtCore/qtnoop.h>
0037 #  include <QtCore/qtypes.h>
0038 #endif /* !__ASSEMBLER__ */
0039 #include <QtCore/qtversion.h>
0040 
0041 #if defined(__cplusplus)
0042 
0043 #include <QtCore/qtclasshelpermacros.h>
0044 
0045 // We need to keep QTypeInfo, QSysInfo, QFlags, qDebug & family in qglobal.h for compatibility with Qt 4.
0046 // Be careful when changing the order of these files.
0047 #include <QtCore/qtypeinfo.h>
0048 #include <QtCore/qsysinfo.h>
0049 #include <QtCore/qlogging.h>
0050 
0051 #include <QtCore/qflags.h>
0052 
0053 #include <QtCore/qatomic.h>
0054 #include <QtCore/qconstructormacros.h>
0055 #include <QtCore/qdarwinhelpers.h>
0056 #include <QtCore/qexceptionhandling.h>
0057 #include <QtCore/qforeach.h>
0058 #include <QtCore/qfunctionpointer.h>
0059 #include <QtCore/qglobalstatic.h>
0060 #include <QtCore/qmalloc.h>
0061 #include <QtCore/qminmax.h>
0062 #include <QtCore/qnumeric.h>
0063 #include <QtCore/qoverload.h>
0064 #include <QtCore/qswap.h>
0065 #include <QtCore/qtdeprecationmarkers.h>
0066 #include <QtCore/qtenvironmentvariables.h>
0067 #include <QtCore/qtresource.h>
0068 #include <QtCore/qttranslation.h>
0069 #include <QtCore/qttypetraits.h>
0070 #include <QtCore/qversiontagging.h>
0071 
0072 #endif /* __cplusplus */
0073 
0074 #endif /* QGLOBAL_H */