Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
7587f6e3
Commit
7587f6e3
authored
Feb 17, 2009
by
Thorbjørn Lindeijer
Committed by
hjk
Feb 17, 2009
Browse files
This line shouldn't be necessary
Enabled state of the action is managed by QDockWidget.
parent
5a07f486
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggermanager.cpp
View file @
7587f6e3
...
...
@@ -517,7 +517,6 @@ void DebuggerManager::setLocked(bool locked)
}
dockWidget
->
setTitleBarWidget
(
titleBarWidget
);
dockWidget
->
setFeatures
(
features
);
dockWidget
->
toggleViewAction
()
->
setEnabled
(
true
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment