mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
TWK-443: Don't double-delete dynamic widgets
This commit is contained in:
@@ -452,7 +452,6 @@ void
|
|||||||
DynamicWidget::onDeleted()
|
DynamicWidget::onDeleted()
|
||||||
{
|
{
|
||||||
emit destroyed( widget() );
|
emit destroyed( widget() );
|
||||||
deleteLater();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user