From f430a8e7c72abdf391efe0bb21da77970e4b03d3 Mon Sep 17 00:00:00 2001 From: Niklas Goby Date: Mon, 18 Apr 2011 09:24:25 +0200 Subject: started to write a function for getting all available network interfaces --- src/sysinfo.h | 1 + 1 file changed, 1 insertion(+) 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(); -- cgit v1.2.3-55-g7522