Fix save/load of interface address setting.

This commit is contained in:
sledgehammer999 2016-10-31 01:32:08 +02:00
parent f885c6375a
commit 7bf06cd6e6
4 changed files with 4 additions and 15 deletions

View file

@ -228,8 +228,6 @@ public:
void resolvePeerHostNames(bool resolve);
QString getNetworkInterfaceName() const;
void setNetworkInterfaceName(const QString& iface);
QString getNetworkInterfaceAddress() const;
void setNetworkInterfaceAddress(const QString& addr);
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MAC))
bool useSystemIconTheme() const;
void useSystemIconTheme(bool enabled);