Don't use Preferences in BitTorrent::Session

This commit is contained in:
Vladimir Golovnev (Glassez)
2016-05-01 11:05:52 +03:00
committed by sledgehammer999
parent dabae4c914
commit 6fac9b42da
24 changed files with 2155 additions and 1840 deletions

View File

@@ -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;