summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-10 16:20:56 +0100
committerJonathan Bauer2011-03-10 16:20:56 +0100
commit85ce578da6d3c507e5b5e238d8a0a6b80f5f4d3e (patch)
tree1d030a11c8afe6433167efc2d2cd9dd9902a59ee
parenteuhm (diff)
downloadfbgui-85ce578da6d3c507e5b5e238d8a0a6b80f5f4d3e.tar.gz
fbgui-85ce578da6d3c507e5b5e238d8a0a6b80f5f4d3e.tar.xz
fbgui-85ce578da6d3c507e5b5e238d8a0a6b80f5f4d3e.zip
typo
-rw-r--r--src/sysInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysInfo.cpp b/src/sysInfo.cpp
index 4cf7d0e..9e8f948 100644
--- a/src/sysInfo.cpp
+++ b/src/sysInfo.cpp
@@ -73,7 +73,7 @@ QByteArray sysInfo::getNames(){
qDebug() << json;
return json;
-
+}
// ------------------------------------------------------------------------------------------------
QString sysInfo::getAllInfos(){
QString tmp = "\"mac\":\"" + getMACAddress() + "\", \"ip\":\"" + getIPAddress() +"\"";