mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-09-01 18:04:05 +02:00
* Remove dup call.
This commit is contained in:
@@ -137,7 +137,6 @@ ViewManager::createPageForPlaylist( const playlist_ptr& playlist )
|
|||||||
PlaylistModel* model = new PlaylistModel();
|
PlaylistModel* model = new PlaylistModel();
|
||||||
|
|
||||||
PlaylistView* pv = new PlaylistView();
|
PlaylistView* pv = new PlaylistView();
|
||||||
pv->setPlaylistModel( model );
|
|
||||||
view->setDetailedView( pv );
|
view->setDetailedView( pv );
|
||||||
view->setPixmap( pv->pixmap() );
|
view->setPixmap( pv->pixmap() );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user