1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

Do not pass this as bool parameter

This commit is contained in:
Uwe L. Korn 2014-10-01 08:50:34 +01:00
parent bac9df759a
commit 991483c589

View File

@ -768,7 +768,7 @@ TomahawkApp::loadUrl( const QString& url )
QFileInfo info( f );
if ( info.suffix().toLower() == "xspf" )
{
XSPFLoader* l = new XSPFLoader( true, this );
XSPFLoader* l = new XSPFLoader( true, true, this );
tDebug( LOGINFO ) << "Loading spiff:" << url;
l->load( QUrl::fromUserInput( url ) );