![]() |
LeechCraft
0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
|
Describes the OS running LeechCraft. More...
#include "sysinfo.h"
Public Attributes | |
QString | Arch_ |
Describes the CPU architecture of the OS. More... | |
QString | Name_ |
The name of the OS, including the distribution. More... | |
QString | Version_ |
The full version of the OS. More... | |
QString | Flavour_ |
The OS flavour, or name of the OS without any distribution. More... | |
QString LC::Util::SysInfo::OSInfo::Arch_ |
Describes the CPU architecture of the OS.
This describes the architecture of the OS, not the machine itself. Thus, a 32-bit Linux running on a 64-bit CPU will still be reported as x86 instead of x86_64.
Definition at line 32 of file sysinfo.h.
Referenced by LC::Util::SysInfo::GetOSInfo().
QString LC::Util::SysInfo::OSInfo::Flavour_ |
QString LC::Util::SysInfo::OSInfo::Name_ |
QString LC::Util::SysInfo::OSInfo::Version_ |