mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
qt5: fix typo
This commit is contained in:
@@ -1013,7 +1013,7 @@ QString
|
||||
urlQueryItemValue( const QUrl& url, const QString& key )
|
||||
{
|
||||
#if QT_VERSION >= QT_VERSION_CHECK( 5, 0, 0 )
|
||||
return QUrlQuery( url ).queryItemValue( key ).replace( "+", " " )
|
||||
return QUrlQuery( url ).queryItemValue( key ).replace( "+", " " );
|
||||
#else
|
||||
return url.queryItemValue( key ).replace( "+", " " );
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user