1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-04-01 02:42:39 +08:00

DockWidget now also emits closed() signal if DockWidgetDeleteOnClose flag is set

This commit is contained in:
Uwe Kindler 2020-03-25 14:34:42 +01:00
parent 37d305e50d
commit c541f2c69b

View File

@ -815,6 +815,7 @@ bool CDockWidget::closeDockWidgetInternal(bool ForceClose)
}
}
deleteDockWidget();
emit closed();
}
else
{