Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SDK
Umbrello
Commits
c99c0780
Commit
c99c0780
authored
Jul 03, 2014
by
Ralf Habacker
Browse files
Remove unused STRG-D key handler; debug config dialog has been refactored into a dock window.
parent
6a3fc58c
Changes
1
Hide whitespace changes
Inline
Side-by-side
umbrello/uml.cpp
View file @
c99c0780
...
...
@@ -2828,13 +2828,6 @@ void UMLApp::keyPressEvent(QKeyEvent *e)
e
->
accept
();
break
;
case
Qt
::
Key_D
:
if
(
e
->
modifiers
()
&
Qt
::
ControlModifier
)
{
// Ctrl + D
DEBUG
(
DBG_SRC
)
<<
"Ctrl + D is pressed. Show debug config dialog..."
;
DEBUG_SHOW_FILTER
();
}
break
;
default:
e
->
ignore
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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