mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 07:07:05 +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
|
||||
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