diff options
| author | Niklas Goby | 2011-04-18 09:24:25 +0200 |
|---|---|---|
| committer | Niklas Goby | 2011-04-18 09:24:25 +0200 |
| commit | f430a8e7c72abdf391efe0bb21da77970e4b03d3 (patch) | |
| tree | f76e3547245be5c423fa47244824d2f7ddbc32b2 /src/sysinfo.h | |
| parent | Download manager now threaded (Ticket #205) & change the watcher to create th... (diff) | |
| download | fbgui-f430a8e7c72abdf391efe0bb21da77970e4b03d3.tar.gz fbgui-f430a8e7c72abdf391efe0bb21da77970e4b03d3.tar.xz fbgui-f430a8e7c72abdf391efe0bb21da77970e4b03d3.zip | |
started to write a function for getting all available network
interfaces
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 f4968e8..eac13fa 100644 --- a/src/sysinfo.h +++ b/src/sysinfo.h @@ -42,6 +42,7 @@ private: // private system information readers const QString getMACAddress(); const QString getIPAddress(); + const QString getAllNetworkInterfaces() const QString getMainboardSerial(); const QString getUsbVendorIdProductIdSerialNumber(); QString getAllInfos(); |
