This line shouldn't be necessary

Enabled state of the action is managed by QDockWidget.
This commit is contained in:
Thorbjørn Lindeijer
2009-02-17 15:27:44 +01:00
committed by hjk
parent 5a07f48691
commit 7587f6e39f

View File

@@ -517,7 +517,6 @@ void DebuggerManager::setLocked(bool locked)
}
dockWidget->setTitleBarWidget(titleBarWidget);
dockWidget->setFeatures(features);
dockWidget->toggleViewAction()->setEnabled(true);
}
}