![]() |
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/qglobal.h>#include <QtCore/qcompare.h>#include <QtCore/qversionnumber.h>Go to the source code of this file.
Classes | |
| class | QOperatingSystemVersionBase |
| class | QOperatingSystemVersion |
| \inmodule QtCore More... | |
Functions | |
| Q_DECLARE_TYPEINFO (QOperatingSystemVersion, Q_PRIMITIVE_TYPE) | |
| Q_CORE_EXPORT QDebug | operator<< (QDebug debug, const QOperatingSystemVersion &ov) |
| \variable QOperatingSystemVersion::Android14 | |
| Q_CORE_EXPORT QDebug operator<< | ( | QDebug | debug, |
| const QOperatingSystemVersion & | ov ) |
\variable QOperatingSystemVersion::Android14
a version corresponding to Android 14 (version 14.0, API level 34).
Definition at line 731 of file qoperatingsystemversion.cpp.
References QOperatingSystemVersionBase::majorVersion(), QOperatingSystemVersionBase::microVersion(), and QOperatingSystemVersionBase::minorVersion().
| Q_DECLARE_TYPEINFO | ( | QOperatingSystemVersion | , |
| Q_PRIMITIVE_TYPE | ) |