diff options
| author | Niklas Goby | 2011-03-08 16:34:00 +0100 |
|---|---|---|
| committer | Niklas Goby | 2011-03-08 16:34:00 +0100 |
| commit | 1c6bebb8f86969a2111936e0107fa163e10fec21 (patch) | |
| tree | acf89a1ea0b533202c807112abf22c6b32a4718a /src/sysInfo.h | |
| parent | binPath init fix (diff) | |
| download | fbgui-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.h | 1 |
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 |
