mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-05 16:42:26 +02:00
Style fix.
This commit is contained in:
parent
dd78a2097a
commit
df83239ad3
@ -165,7 +165,7 @@ GlobalActionManager::copyToClipboard( const Tomahawk::query_ptr& query ) const
|
||||
bool
|
||||
GlobalActionManager::parseTomahawkLink( const QString& url )
|
||||
{
|
||||
QString decodedUrl = QString::fromUtf8( QByteArray::fromPercentEncoding( url.toAscii() ).data() );
|
||||
QString decodedUrl = QString::fromUtf8( QByteArray::fromPercentEncoding( url.toAscii() ).data() );
|
||||
if( decodedUrl.contains( "tomahawk://" ) ) {
|
||||
QString cmd = decodedUrl.mid( 11 );
|
||||
qDebug() << "Parsing tomahawk link command" << cmd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user