mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 21:52:32 -06:00
Don't use Preferences in BitTorrent::Session
This commit is contained in:
committed by
sledgehammer999
parent
dabae4c914
commit
6fac9b42da
@@ -47,6 +47,11 @@ enum DoubleClickAction
|
||||
NO_ACTION
|
||||
};
|
||||
|
||||
namespace Net
|
||||
{
|
||||
enum class ProxyType;
|
||||
}
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
class OptionsDialog;
|
||||
@@ -149,7 +154,7 @@ private:
|
||||
unsigned short getProxyPort() const;
|
||||
QString getProxyUsername() const;
|
||||
QString getProxyPassword() const;
|
||||
int getProxyType() const;
|
||||
Net::ProxyType getProxyType() const;
|
||||
// IP Filter
|
||||
bool isFilteringEnabled() const;
|
||||
QString getFilter() const;
|
||||
|
||||
Reference in New Issue
Block a user