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