summaryrefslogtreecommitdiffstats
path: root/src/sysInfo.h
diff options
context:
space:
mode:
authorNiklas Goby2011-03-08 16:34:00 +0100
committerNiklas Goby2011-03-08 16:34:00 +0100
commit1c6bebb8f86969a2111936e0107fa163e10fec21 (patch)
treeacf89a1ea0b533202c807112abf22c6b32a4718a /src/sysInfo.h
parentbinPath init fix (diff)
downloadfbgui-1c6bebb8f86969a2111936e0107fa163e10fec21.tar.gz
fbgui-1c6bebb8f86969a2111936e0107fa163e10fec21.tar.xz
fbgui-1c6bebb8f86969a2111936e0107fa163e10fec21.zip
added the getSysInfo Method getIPAddress:
Diffstat (limited to 'src/sysInfo.h')
-rw-r--r--src/sysInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sysInfo.h b/src/sysInfo.h
index e4a2354..86443b8 100644
--- a/src/sysInfo.h
+++ b/src/sysInfo.h
@@ -11,6 +11,7 @@ class sysInfo {
private:
QString getMACAddress();
+ QString getIPAddress();
};
#endif // SYSTEMINFO_H