mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Use the enum value, to avoid out-of-order documentation mixup
This commit is contained in:
@@ -353,7 +353,7 @@ TomahawkSettings::setProxyPassword( const QString& password )
|
|||||||
int
|
int
|
||||||
TomahawkSettings::proxyType() const
|
TomahawkSettings::proxyType() const
|
||||||
{
|
{
|
||||||
return value( "network/proxy/type", 0 ).toInt();
|
return value( "network/proxy/type", QNetworkProxy::NoProxy ).toInt();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user