1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01:00

* WhatsHotWidget uses new TreeModel API.

This commit is contained in:
Christian Muehlhaeuser 2012-05-31 21:35:29 +02:00
parent 172a4a8d77
commit 713b076929

View File

@ -263,7 +263,7 @@ WhatsHotWidget::infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData requestDat
TreeModel* artistsModel = new TreeModel( ui->artistsViewLeft );
artistsModel->setMode( InfoSystemMode );
artistsModel->setColumnStyle( TreeModel::AllColumns );
artistsModel->setStyle( PlayableModel::Collection );
m_artistModels[ chartId ] = artistsModel;