1
0
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:
Alejandro Wainzinger 2011-06-06 23:22:44 -07:00
parent dd78a2097a
commit df83239ad3

View File

@ -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;