mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Style fix.
This commit is contained in:
@@ -165,7 +165,7 @@ GlobalActionManager::copyToClipboard( const Tomahawk::query_ptr& query ) const
|
|||||||
bool
|
bool
|
||||||
GlobalActionManager::parseTomahawkLink( const QString& url )
|
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://" ) ) {
|
if( decodedUrl.contains( "tomahawk://" ) ) {
|
||||||
QString cmd = decodedUrl.mid( 11 );
|
QString cmd = decodedUrl.mid( 11 );
|
||||||
qDebug() << "Parsing tomahawk link command" << cmd;
|
qDebug() << "Parsing tomahawk link command" << cmd;
|
||||||
|
Reference in New Issue
Block a user