mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 00:09:47 +01:00
* ArtistViw uses PlayableProxyModel now.
This commit is contained in:
parent
a42f19f07e
commit
657b4b18f8
@ -132,7 +132,7 @@ ArtistView::setTreeModel( TreeModel* model )
|
||||
|
||||
if ( m_proxyModel )
|
||||
{
|
||||
m_proxyModel->setSourceTreeModel( model );
|
||||
m_proxyModel->setSourcePlayableModel( model );
|
||||
m_proxyModel->sort( 0 );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user