1
0
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:
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; 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()