mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* WhatsHotWidget uses new TreeModel API.
This commit is contained in:
@@ -263,7 +263,7 @@ WhatsHotWidget::infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData requestDat
|
|||||||
|
|
||||||
TreeModel* artistsModel = new TreeModel( ui->artistsViewLeft );
|
TreeModel* artistsModel = new TreeModel( ui->artistsViewLeft );
|
||||||
artistsModel->setMode( InfoSystemMode );
|
artistsModel->setMode( InfoSystemMode );
|
||||||
artistsModel->setColumnStyle( TreeModel::AllColumns );
|
artistsModel->setStyle( PlayableModel::Collection );
|
||||||
|
|
||||||
m_artistModels[ chartId ] = artistsModel;
|
m_artistModels[ chartId ] = artistsModel;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user