diff options
| author | Jonathan Bauer | 2011-05-16 16:21:59 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2011-05-16 16:21:59 +0200 |
| commit | 5996603b36d67278eb1cb83f4179a67a4dcd2fed (patch) | |
| tree | 11ff96cdc7ce04d3f070c45f93fe2c154e135a33 /src/sysinfo.h | |
| parent | build.sh dummy (diff) | |
| download | fbgui-5996603b36d67278eb1cb83f4179a67a4dcd2fed.tar.gz fbgui-5996603b36d67278eb1cb83f4179a67a4dcd2fed.tar.xz fbgui-5996603b36d67278eb1cb83f4179a67a4dcd2fed.zip | |
cleanups...
Diffstat (limited to 'src/sysinfo.h')
| -rw-r--r-- | src/sysinfo.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/sysinfo.h b/src/sysinfo.h index 131b369..ae01447 100644 --- a/src/sysinfo.h +++ b/src/sysinfo.h @@ -35,21 +35,16 @@ class SysInfo { public: SysInfo(); ~SysInfo(); - // public access, valid infoName: "mac", "ip", ... + // public access, valid infoName: "mbserial", "usb" const QString getInfo(const QString& infoName); private: // private system information readers - const QString getMACAddress(); - const QString getIPAddress(); const QString getMainboardSerial(); const QString getUsbVendorIdProductIdSerialNumber(); - QString getAllInfos(); - QString getScriptOutput(QString cmd); // JSon testing QJson::Serializer serializer; - const QByteArray getNames(); }; #endif // SYSTINFO_H |
