![]() |
LeechCraft
%{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
|
#include "sysinfo.h"
#include <sys/utsname.h>
#include <QProcess>
#include <QTextStream>
#include <QFileInfo>
#include <QFile>
Go to the source code of this file.
Namespaces | |
LeechCraft | |
LeechCraft::Util | |
LeechCraft::Util::SysInfo | |
Typedefs | |
typedef QPair< QString, QString > | LeechCraft::Util::SysInfo::SplitInfo_t |
Functions | |
QString | LeechCraft::Util::SysInfo::GetOSName () |
Returns a string of OS name and version joined together. More... | |
QPair< QString, QString > | LeechCraft::Util::SysInfo::GetOSNameSplit () |
Returns a pair of OS name and version. More... | |