Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtversionchecks.h File Reference

(c07a47cbf0972578f066f0085eb857dba210aae1)

#include <QtCore/qtconfiginclude.h>
+ Include dependency graph for qtversionchecks.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)   ((major<<16)|(minor<<8)|(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
 

Macro Definition Documentation

◆ QT6_CALL_NEW_OVERLOAD

#define QT6_CALL_NEW_OVERLOAD   QT6_ONLY(Qt::Disambiguated)

Definition at line 71 of file qtversionchecks.h.

◆ QT6_CALL_NEW_OVERLOAD_TAIL

#define QT6_CALL_NEW_OVERLOAD_TAIL   QT6_ONLY(, QT6_CALL_NEW_OVERLOAD)

Definition at line 72 of file qtversionchecks.h.

◆ QT6_DECL_NEW_OVERLOAD

#define QT6_DECL_NEW_OVERLOAD   QT6_ONLY(Qt::Disambiguated_t = Qt::Disambiguated)

Definition at line 67 of file qtversionchecks.h.

◆ QT6_DECL_NEW_OVERLOAD_TAIL

#define QT6_DECL_NEW_OVERLOAD_TAIL   QT6_ONLY(, QT6_DECL_NEW_OVERLOAD)

Definition at line 68 of file qtversionchecks.h.

◆ QT6_IMPL_NEW_OVERLOAD

#define QT6_IMPL_NEW_OVERLOAD   QT6_ONLY(Qt::Disambiguated_t)

Definition at line 69 of file qtversionchecks.h.

◆ QT6_IMPL_NEW_OVERLOAD_TAIL

#define QT6_IMPL_NEW_OVERLOAD_TAIL   QT6_ONLY(, QT6_IMPL_NEW_OVERLOAD)

Definition at line 70 of file qtversionchecks.h.

◆ QT_TECH_PREVIEW_API

#define QT_TECH_PREVIEW_API

Definition at line 112 of file qtversionchecks.h.

◆ QT_VERSION

◆ QT_VERSION_CHECK

#define QT_VERSION_CHECK ( major,
minor,
patch )   ((major<<16)|(minor<<8)|(patch))