1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-19 23:41:51 +02:00

Delete widget after it's removed

This commit is contained in:
Leo Franchi 2012-06-21 21:39:01 -04:00
parent 2c91365cbb
commit f299d0b923

View File

@ -169,7 +169,7 @@ DynamicControlList::removeControl()
m_controls.removeAll( w );
m_generator->removeControl( w->control() );
delete w;
w->deleteLater();
emit controlsChanged( false );
}