mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +02:00
* Made a bunch of static variables... well, static.
This commit is contained in:
@@ -272,13 +272,13 @@ setNam( QNetworkAccessManager* nam, bool noMutexLocker )
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
bool s_proxyDns;
|
static bool s_proxyDns;
|
||||||
QNetworkProxy::ProxyType s_proxyType;
|
static QNetworkProxy::ProxyType s_proxyType;
|
||||||
QString s_proxyHost;
|
static QString s_proxyHost;
|
||||||
int s_proxyPort;
|
static int s_proxyPort;
|
||||||
QString s_proxyUsername;
|
static QString s_proxyUsername;
|
||||||
QString s_proxyPassword;
|
static QString s_proxyPassword;
|
||||||
QString s_proxyNoProxyHosts;
|
static QString s_proxyNoProxyHosts;
|
||||||
|
|
||||||
QString
|
QString
|
||||||
proxyHost()
|
proxyHost()
|
||||||
|
Reference in New Issue
Block a user