dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QT_VERSION_CHECK.QT_VERSION_CHECK
qt
core
global
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.
template
QT_VERSION_CHECK
(params...)
extern (
C
++)
enum
QT_VERSION_CHECK
=
((
major
<<
16
) | (
minor
<<
8
) | (
patch
))
;
Meta
Source
See Source File
qt
core
global
QT_VERSION_CHECK
manifest constants
QT_VERSION_CHECK
major
minor
patch