mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
* Align with code in other models.
This commit is contained in:
@@ -333,9 +333,7 @@ PlaylistModel::insertEntries( const QList< Tomahawk::plentry_ptr >& entries, int
|
|||||||
emit itemCountChanged( rowCount( QModelIndex() ) );
|
emit itemCountChanged( rowCount( QModelIndex() ) );
|
||||||
emit selectRequest( index( 0, 0, parent ) );
|
emit selectRequest( index( 0, 0, parent ) );
|
||||||
if ( parent.isValid() )
|
if ( parent.isValid() )
|
||||||
{
|
|
||||||
emit expandRequest( parent );
|
emit expandRequest( parent );
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user