1
0
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:
Christian Muehlhaeuser 2012-06-01 00:33:39 +02:00
parent a42f19f07e
commit 657b4b18f8

View File

@ -132,7 +132,7 @@ ArtistView::setTreeModel( TreeModel* model )
if ( m_proxyModel )
{
m_proxyModel->setSourceTreeModel( model );
m_proxyModel->setSourcePlayableModel( model );
m_proxyModel->sort( 0 );
}