Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qtversionchecks.h File Reference
#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)
 

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_VERSION

#define QT_VERSION   QT_VERSION_CHECK(QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH)

Definition at line 17 of file qtversionchecks.h.

◆ QT_VERSION_CHECK

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

Definition at line 21 of file qtversionchecks.h.