summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Goby2011-04-18 09:24:25 +0200
committerNiklas Goby2011-04-18 09:24:25 +0200
commitf430a8e7c72abdf391efe0bb21da77970e4b03d3 (patch)
treef76e3547245be5c423fa47244824d2f7ddbc32b2
parentDownload manager now threaded (Ticket #205) & change the watcher to create th... (diff)
downloadfbgui-f430a8e7c72abdf391efe0bb21da77970e4b03d3.tar.gz
fbgui-f430a8e7c72abdf391efe0bb21da77970e4b03d3.tar.xz
fbgui-f430a8e7c72abdf391efe0bb21da77970e4b03d3.zip
started to write a function for getting all available network
interfaces
-rw-r--r--src/sysinfo.h1
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();