![]() |
LeechCraft
0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
|
#include "sysinfo.h"
#include <sys/utsname.h>
#include <QProcess>
#include <QTextStream>
#include <QFileInfo>
#include <QFile>
#include <QSettings>
Go to the source code of this file.
Namespaces | |
LeechCraft | |
LeechCraft::Util | |
LeechCraft::Util::SysInfo | |
LeechCraft::Util::SysInfo::Linux | |
Functions | |
QString | LeechCraft::Util::SysInfo::GetOSName () |
Returns a string of OS name and version joined together. More... | |
QString | LeechCraft::Util::SysInfo::Linux::GetLSBName () |
QString | LeechCraft::Util::SysInfo::Linux::GetEtcOsName () |
QString | LeechCraft::Util::SysInfo::Linux::GetEtcName () |
OSInfo | LeechCraft::Util::SysInfo::GetOSInfo () |
Returns more precise information about OS name and version. More... | |