mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
* ArtistViw uses PlayableProxyModel now.
This commit is contained in:
@@ -132,7 +132,7 @@ ArtistView::setTreeModel( TreeModel* model )
|
||||
|
||||
if ( m_proxyModel )
|
||||
{
|
||||
m_proxyModel->setSourceTreeModel( model );
|
||||
m_proxyModel->setSourcePlayableModel( model );
|
||||
m_proxyModel->sort( 0 );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user