QT_VERSION_CHECK

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (C++)
template QT_VERSION_CHECK (
params...
) if (
params.length == 3
) {}

Members

Manifest constants

QT_VERSION_CHECK
enum QT_VERSION_CHECK;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
major
enum major;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
minor
enum minor;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
patch
enum patch;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Meta