summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
diff options
context:
space:
mode:
authorNiklas Goby2011-03-30 00:28:00 +0200
committerNiklas Goby2011-03-30 00:28:00 +0200
commitc12df21f0186959410d185e0c12f80193bacad5d (patch)
tree033dc889463e2341f31dd24cbcc79bc76ac7b2e8 /src/fbgui.cpp
parentmissing file (diff)
downloadfbgui-c12df21f0186959410d185e0c12f80193bacad5d.tar.gz
fbgui-c12df21f0186959410d185e0c12f80193bacad5d.tar.xz
fbgui-c12df21f0186959410d185e0c12f80193bacad5d.zip
some changes in the sysinfolibsysfs class. json support
problem: can not get the ip and mac address until now
Diffstat (limited to 'src/fbgui.cpp')
-rw-r--r--src/fbgui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fbgui.cpp b/src/fbgui.cpp
index b3b3ff4..de056d5 100644
--- a/src/fbgui.cpp
+++ b/src/fbgui.cpp
@@ -22,9 +22,9 @@ int debugMode = -1;
fbgui::fbgui()
{
// test for libsys function
- //SysInfoLibsysfs* sil = new SysInfoLibsysfs();
+ SysInfoLibsysfs* sil = new SysInfoLibsysfs();
//sil->getInfoAboutNetworkInterface();
- //sil->getInfoAboutClassNet();
+ sil->getInfoAboutClassNet();
setupLayout();
createActions();