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.cpp File Reference

(57ada89c04d4987f97a6cf90dfa265a5082f8be0)

Include dependency graph for qoperatingsystemversion.cpp:

Go to the source code of this file.

Functions

static int compareVersionComponents (int lhs, int rhs) noexcept
QDebug operator<< (QDebug debug, const QOperatingSystemVersion &ov)
 \variable QOperatingSystemVersion::Android14

Function Documentation

◆ compareVersionComponents()

int compareVersionComponents ( int lhs,
int rhs )
inlinestaticnoexcept

Definition at line 203 of file qoperatingsystemversion.cpp.

Referenced by QOperatingSystemVersionBase::compare().

Here is the caller graph for this function:

◆ operator<<()

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: