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
Tobias Hunger
qt-creator
Commits
92c39390
Commit
92c39390
authored
Oct 07, 2009
by
hjk
Browse files
debugger: remove ambiguous shortcut
parent
a92d6fbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggeroutputwindow.cpp
View file @
92c39390
...
...
@@ -155,7 +155,6 @@ public:
m_clearContentsAction
=
new
QAction
(
this
);
m_clearContentsAction
->
setText
(
tr
(
"Clear contents"
));
m_clearContentsAction
->
setEnabled
(
true
);
m_clearContentsAction
->
setShortcut
(
Qt
::
ControlModifier
+
Qt
::
Key_R
);
connect
(
m_clearContentsAction
,
SIGNAL
(
triggered
(
bool
)),
parent
,
SLOT
(
clearContents
()));
...
...
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