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

Removed dead code in comment of DockAreaWidget

This commit is contained in:
Uwe Kindler 2020-03-25 14:38:10 +01:00
parent dceaa155c4
commit 661d0c4356

View File

@ -497,7 +497,6 @@ void CDockAreaWidget::onTabCloseRequested(int Index)
auto* DockWidget = dockWidget(Index);
if (DockWidget->features().testFlag(CDockWidget::DockWidgetDeleteOnClose))
{
//DockWidget->deleteDockWidget();
DockWidget->closeDockWidgetInternal();
}
else