mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
Migrate last setting related to interfaces to the new system.
This commit is contained in:
parent
7bf06cd6e6
commit
f391b24b1d
6 changed files with 18 additions and 15 deletions
|
@ -701,16 +701,6 @@ void Preferences::resolvePeerHostNames(bool resolve)
|
|||
setValue("Preferences/Connection/ResolvePeerHostNames", resolve);
|
||||
}
|
||||
|
||||
QString Preferences::getNetworkInterfaceName() const
|
||||
{
|
||||
return value("Preferences/Connection/InterfaceName").toString();
|
||||
}
|
||||
|
||||
void Preferences::setNetworkInterfaceName(const QString& iface)
|
||||
{
|
||||
setValue("Preferences/Connection/InterfaceName", iface);
|
||||
}
|
||||
|
||||
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MAC))
|
||||
bool Preferences::useSystemIconTheme() const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue