mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 16:14:40 +02:00
* PlaylistLargeItemDelegate is obsolete.
This commit is contained in:
@@ -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!" ) );
|
||||
|
Reference in New Issue
Block a user