1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02: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 ) if ( m_proxyModel )
{ {
m_proxyModel->setSourceTreeModel( model ); m_proxyModel->setSourcePlayableModel( model );
m_proxyModel->sort( 0 ); m_proxyModel->sort( 0 );
} }