1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 23:39:42 +01:00

Style fixes.

This commit is contained in:
Christian Muehlhaeuser 2015-03-11 05:23:35 +01:00
parent 588c4e6e91
commit ea85ba5724
2 changed files with 3 additions and 2 deletions

View File

@ -158,7 +158,8 @@ ViewHeader::toggleVisibility( int index )
}
void ViewHeader::setGuid( const QString& guid )
void
ViewHeader::setGuid( const QString& guid )
{
m_guid = guid;

View File

@ -145,7 +145,7 @@ JSResolverHelper::addTrackResults( const QVariantMap& results )
{
Q_ASSERT( results["results"].toMap().isEmpty() );
QList< Tomahawk::result_ptr > tracks = m_resolver->scriptAccount()->parseResultVariantList( results.value("results").toList() );
QList< Tomahawk::result_ptr > tracks = m_resolver->scriptAccount()->parseResultVariantList( results.value( "results" ).toList() );
foreach( const result_ptr& track, tracks )
{