diff options
| author | Jonathan Bauer | 2011-03-10 16:20:56 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-03-10 16:20:56 +0100 |
| commit | 85ce578da6d3c507e5b5e238d8a0a6b80f5f4d3e (patch) | |
| tree | 1d030a11c8afe6433167efc2d2cd9dd9902a59ee /src | |
| parent | euhm (diff) | |
| download | fbgui-85ce578da6d3c507e5b5e238d8a0a6b80f5f4d3e.tar.gz fbgui-85ce578da6d3c507e5b5e238d8a0a6b80f5f4d3e.tar.xz fbgui-85ce578da6d3c507e5b5e238d8a0a6b80f5f4d3e.zip | |
typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysInfo.cpp | 2 |
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() +"\""; |
