Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qoperatingsystemversion.cpp File Reference
+ Include dependency graph for qoperatingsystemversion.cpp:

Go to the source code of this file.

Functions

static int compareVersionComponents (int lhs, int rhs)
 
QDebug operator<< (QDebug debug, const QOperatingSystemVersion &ov)
 

Function Documentation

◆ compareVersionComponents()

static int compareVersionComponents ( int  lhs,
int  rhs 
)
inlinestatic

Definition at line 206 of file qoperatingsystemversion.cpp.

Referenced by QOperatingSystemVersionBase::compare().

+ Here is the caller graph for this function:

◆ operator<<()

QDebug operator<< ( QDebug  debug,
const QOperatingSystemVersion ov 
)

Definition at line 707 of file qoperatingsystemversion.cpp.

References debug, QOperatingSystemVersion::majorVersion(), QOperatingSystemVersion::microVersion(), QOperatingSystemVersion::minorVersion(), and QOperatingSystemVersion::name().

+ Here is the call graph for this function: