QtBase  v6.3.1
Classes | Functions
qoperatingsystemversion.h File Reference
#include <QtCore/qglobal.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
 The QOperatingSystemVersion class provides information about the operating system version. More...
 

Functions

 Q_DECLARE_TYPEINFO (QOperatingSystemVersion, Q_PRIMITIVE_TYPE)
 
Q_CORE_EXPORT QDebug operator<< (QDebug debug, const QOperatingSystemVersion &ov)
 

Function Documentation

◆ operator<<()

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

Definition at line 677 of file qoperatingsystemversion.cpp.

Here is the call graph for this function:

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QOperatingSystemVersion  ,
Q_PRIMITIVE_TYPE   
)