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
osdetection_p.h File Reference

(42a2d095d495fa45d258f9c3d2962999d5a30119)

#include <QtCore/qsystemdetection.h>
#include <QtCore/qtconfigmacros.h>
Include dependency graph for osdetection_p.h:

Go to the source code of this file.

Variables

QT_BEGIN_NAMESPACE constexpr bool isLinux
constexpr bool isMacOS
constexpr bool isWindows
constexpr bool isAndroid
constexpr bool isArm

Variable Documentation

◆ isAndroid

bool isAndroid
constexpr
Initial value:
=
false

Definition at line 44 of file osdetection_p.h.

◆ isArm

bool isArm
constexpr
Initial value:
=
false

Definition at line 51 of file osdetection_p.h.

◆ isLinux

QT_BEGIN_NAMESPACE constexpr bool isLinux
constexpr
Initial value:
=
false

Definition at line 23 of file osdetection_p.h.

◆ isMacOS

bool isMacOS
constexpr
Initial value:
=
false

Definition at line 30 of file osdetection_p.h.

◆ isWindows

bool isWindows
constexpr
Initial value:
=
false

Definition at line 37 of file osdetection_p.h.