summaryrefslogtreecommitdiffstats
path: root/src/sysinfolibsysfs.h
diff options
context:
space:
mode:
authorNiklas Goby2011-04-08 17:54:05 +0200
committerNiklas Goby2011-04-08 17:54:05 +0200
commit107852452a3f9fe7ad2816d8366a1158da103f93 (patch)
tree26dfdda34122a25af9318ff769c11d624688698d /src/sysinfolibsysfs.h
parentMerge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbgui (diff)
downloadfbgui-107852452a3f9fe7ad2816d8366a1158da103f93.tar.gz
fbgui-107852452a3f9fe7ad2816d8366a1158da103f93.tar.xz
fbgui-107852452a3f9fe7ad2816d8366a1158da103f93.zip
some changes in the sysinfolibfs clas. we can now get the mainboard serial
number for the hardware hash
Diffstat (limited to 'src/sysinfolibsysfs.h')
-rw-r--r--src/sysinfolibsysfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sysinfolibsysfs.h b/src/sysinfolibsysfs.h
index d473843..3da58ce 100644
--- a/src/sysinfolibsysfs.h
+++ b/src/sysinfolibsysfs.h
@@ -47,6 +47,8 @@ public:
virtual ~SysInfoLibsysfs();
void getInfoAboutNetworkInterface();
void getInfoAboutClassNet();
+ void getInfoMbSerial();
+ QString getInfoMainboardSerial();
};