mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 15:12:32 -06:00
Fix mingw64 build error
mingw64 defines interface, so revert back to previous naming scheme
Fixes: 87864531ab
Closes #13649
This commit is contained in:
committed by
sledgehammer999
parent
3e540b3f51
commit
88a90ed7d4
@@ -309,7 +309,7 @@ namespace BitTorrent
|
||||
bool useRandomPort() const;
|
||||
void setUseRandomPort(bool value);
|
||||
QString networkInterface() const;
|
||||
void setNetworkInterface(const QString &interface);
|
||||
void setNetworkInterface(const QString &iface);
|
||||
QString networkInterfaceName() const;
|
||||
void setNetworkInterfaceName(const QString &name);
|
||||
QString networkInterfaceAddress() const;
|
||||
|
||||
Reference in New Issue
Block a user