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:
parent
588c4e6e91
commit
ea85ba5724
@ -158,7 +158,8 @@ ViewHeader::toggleVisibility( int index )
|
||||
}
|
||||
|
||||
|
||||
void ViewHeader::setGuid( const QString& guid )
|
||||
void
|
||||
ViewHeader::setGuid( const QString& guid )
|
||||
{
|
||||
m_guid = guid;
|
||||
|
||||
|
@ -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 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user