mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Fix save/load of interface address setting.
This commit is contained in:
parent
f885c6375a
commit
7bf06cd6e6
4 changed files with 4 additions and 15 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue