Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qoperatingsystemversion.h File Reference

(d5bf42f75b0ae35b7f02bb9211787ae1d44a98ba)

#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 713 of file qoperatingsystemversion.cpp.

References debug.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QOperatingSystemVersion ,
Q_PRIMITIVE_TYPE  )