1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +02:00

* We shouldn't need to set an empty-tip in the ViewManager any longer.

This commit is contained in:
Christian Muehlhaeuser
2013-09-05 22:24:52 +02:00
parent e414c00080
commit 5daf042976

View File

@@ -145,7 +145,6 @@ ViewManager::createPageForPlaylist( const playlist_ptr& playlist )
PlaylistView* pv = new PlaylistView();
view->setDetailedView( pv );
view->setPixmap( pv->pixmap() );
view->setEmptyTip( tr( "This playlist is empty!" ) );
// We need to set the model on the view before loading the playlist, so spinners & co are connected
view->setPlaylistModel( model );
@@ -167,7 +166,6 @@ ViewManager::createPageForList( const QString& title, const QList< query_ptr >&
PlaylistView* pv = new PlaylistView();
view->setDetailedView( pv );
view->setPixmap( pv->pixmap() );
view->setEmptyTip( tr( "This playlist is empty!" ) );
view->setTemporaryPage( true );
// We need to set the model on the view before loading the playlist, so spinners & co are connected