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:
@@ -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 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user