1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 09:19:41 +01:00

TWK-443: Don't double-delete dynamic widgets

This commit is contained in:
Leo Franchi 2011-08-22 16:28:18 -04:00
parent 97ee6f7d5e
commit 36768db7e4

View File

@ -452,7 +452,6 @@ void
DynamicWidget::onDeleted()
{
emit destroyed( widget() );
deleteLater();
}