summaryrefslogtreecommitdiffstats
path: root/src/sysInfo.cpp
diff options
context:
space:
mode:
authorNiklas Goby2011-03-10 12:43:29 +0100
committerNiklas Goby2011-03-10 12:43:29 +0100
commitbf9ca3c302e7302f172fee1c9869b342d1c98576 (patch)
tree368896b5ad120b8bcd7acc5131a6f3624f96ebcd /src/sysInfo.cpp
parentMerge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbgui (diff)
downloadfbgui-bf9ca3c302e7302f172fee1c9869b342d1c98576.tar.gz
fbgui-bf9ca3c302e7302f172fee1c9869b342d1c98576.tar.xz
fbgui-bf9ca3c302e7302f172fee1c9869b342d1c98576.zip
small changes in the test method getAllInfo() in sysinfo class
Diffstat (limited to 'src/sysInfo.cpp')
-rw-r--r--src/sysInfo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sysInfo.cpp b/src/sysInfo.cpp
index a3151b9..b4c1dd0 100644
--- a/src/sysInfo.cpp
+++ b/src/sysInfo.cpp
@@ -51,6 +51,7 @@ QString sysInfo::getIPAddress(){
}
// ------------------------------------------------------------------------------------------------
QString sysInfo::getAllInfos(){
+ QString tmp = "[{\"mac\":\"" + getMACAddress() +"\", \"ip\":\"" + getIPAddress() +"\"]}]";
- return "test";
+ return tmp;
}