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