1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00
This commit is contained in:
Leo Franchi
2011-04-05 21:06:24 -04:00
parent 3d93a82d08
commit 69011e3f90

View File

@@ -559,9 +559,6 @@ PlaylistManager::setPage( ViewPage* page, bool trackHistory )
// if the signal exists (just to hide the qobject runtime warning...)
if( obj->metaObject()->indexOfSignal( "descriptionChanged(QString)" ) > -1 )
connect( obj, SIGNAL( descriptionChanged( QString ) ), m_infobar, SLOT( setDescription( QString ) ) );
if( obj->metaObject()->indexOfSignal( "deleted()" ) > -1 )
connect( obj, SIGNAL( deleted() ), this, SLOT( pageDeleted() ) );
}
m_stack->setCurrentWidget( page->widget() );