Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qoperatingsystemversion.h File Reference

(57ada89c04d4987f97a6cf90dfa265a5082f8be0)

#include <QtCore/qglobal.h>
#include <QtCore/qcompare.h>
#include <QtCore/qversionnumber.h>
Include dependency graph for qoperatingsystemversion.h:
This graph shows which files directly or indirectly include this file:

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

Function Documentation

◆ operator<<()

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).

Since
6.7

Definition at line 731 of file qoperatingsystemversion.cpp.

References QOperatingSystemVersionBase::majorVersion(), QOperatingSystemVersionBase::microVersion(), and QOperatingSystemVersionBase::minorVersion().

Here is the call graph for this function:

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QOperatingSystemVersion ,
Q_PRIMITIVE_TYPE  )