105 UTIL_SYS_API OSInfo (
const QString& arch,
const QString& name,
const QString& version);
115 const QString& flavour,
117 const QString& version);
QString GetOSName()
Returns a string of OS name and version joined together.
QString Version_
The full version of the OS.
Describes the OS running LeechCraft.
QString Name_
The name of the OS, including the distribution.
QString Flavour_
The OS flavour, or name of the OS without any distribution.
OSInfo GetOSInfo()
Returns more precise information about OS name and version.
QString Arch_
Describes the CPU architecture of the OS.
UTIL_SYS_API OSInfo(const QString &arch, const QString &name, const QString &version)
Constructs the OSInfo object.