Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qtconfiginclude.h>
Go to the source code of this file.
Macros | |
#define | QT_VERSION QT_VERSION_CHECK(QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH) |
#define | QT_VERSION_CHECK(major, minor, patch) |
#define | QT6_DECL_NEW_OVERLOAD QT6_ONLY(Qt::Disambiguated_t = Qt::Disambiguated) |
#define | QT6_DECL_NEW_OVERLOAD_TAIL QT6_ONLY(, QT6_DECL_NEW_OVERLOAD) |
#define | QT6_IMPL_NEW_OVERLOAD QT6_ONLY(Qt::Disambiguated_t) |
#define | QT6_IMPL_NEW_OVERLOAD_TAIL QT6_ONLY(, QT6_IMPL_NEW_OVERLOAD) |
#define | QT6_CALL_NEW_OVERLOAD QT6_ONLY(Qt::Disambiguated) |
#define | QT6_CALL_NEW_OVERLOAD_TAIL QT6_ONLY(, QT6_CALL_NEW_OVERLOAD) |
#define | QT_TECH_PREVIEW_API |
#define QT6_CALL_NEW_OVERLOAD QT6_ONLY(Qt::Disambiguated) |
Definition at line 71 of file qtversionchecks.h.
#define QT6_CALL_NEW_OVERLOAD_TAIL QT6_ONLY(, QT6_CALL_NEW_OVERLOAD) |
Definition at line 72 of file qtversionchecks.h.
#define QT6_DECL_NEW_OVERLOAD QT6_ONLY(Qt::Disambiguated_t = Qt::Disambiguated) |
Definition at line 67 of file qtversionchecks.h.
#define QT6_DECL_NEW_OVERLOAD_TAIL QT6_ONLY(, QT6_DECL_NEW_OVERLOAD) |
Definition at line 68 of file qtversionchecks.h.
#define QT6_IMPL_NEW_OVERLOAD QT6_ONLY(Qt::Disambiguated_t) |
Definition at line 69 of file qtversionchecks.h.
#define QT6_IMPL_NEW_OVERLOAD_TAIL QT6_ONLY(, QT6_IMPL_NEW_OVERLOAD) |
Definition at line 70 of file qtversionchecks.h.
#define QT_TECH_PREVIEW_API |
Definition at line 112 of file qtversionchecks.h.
#define QT_VERSION QT_VERSION_CHECK(QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH) |
Definition at line 17 of file qtversionchecks.h.
#define QT_VERSION_CHECK | ( | major, | |
minor, | |||
patch ) |
Definition at line 21 of file qtversionchecks.h.