1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-19 07:27:59 +01:00

* PlaylistLargeItemDelegate is obsolete.

This commit is contained in:
Christian Muehlhaeuser 2014-08-13 00:55:52 +02:00
parent 334229b218
commit e21be6a4c3

View File

@ -89,8 +89,8 @@ HistoryWidget::HistoryWidget( const source_ptr& source, QWidget* parent )
else
m_model->setDescription( tr( "%1's recently played tracks" ).arg( source->friendlyName() ) );
PlaylistLargeItemDelegate* del = new PlaylistLargeItemDelegate( PlaylistLargeItemDelegate::RecentlyPlayed, trackView(), trackView()->proxyModel() );
trackView()->setPlaylistItemDelegate( del );
/* PlaylistLargeItemDelegate* del = new PlaylistLargeItemDelegate( PlaylistLargeItemDelegate::RecentlyPlayed, trackView(), trackView()->proxyModel() );
trackView()->setPlaylistItemDelegate( del );*/
setPlayableModel( m_model );
setEmptyTip( tr( "Sorry, we could not find any recent plays!" ) );