1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-21 00:12:06 +02:00

* Made a bunch of static variables... well, static.

This commit is contained in:
Christian Muehlhaeuser 2013-07-16 14:19:27 +02:00
parent 1f124dec53
commit 23ed63682d

View File

@ -272,13 +272,13 @@ setNam( QNetworkAccessManager* nam, bool noMutexLocker )
}
bool s_proxyDns;
QNetworkProxy::ProxyType s_proxyType;
QString s_proxyHost;
int s_proxyPort;
QString s_proxyUsername;
QString s_proxyPassword;
QString s_proxyNoProxyHosts;
static bool s_proxyDns;
static QNetworkProxy::ProxyType s_proxyType;
static QString s_proxyHost;
static int s_proxyPort;
static QString s_proxyUsername;
static QString s_proxyPassword;
static QString s_proxyNoProxyHosts;
QString
proxyHost()