#ifndef SYSINFO_H #define SYSINFO_H #include "fbgui.h" #include class sysInfo { public: sysInfo(); ~sysInfo(); QString getInfo(QString& infoName); private: QString getMACAddress(); }; #endif // SYSTEMINFO_H