aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-12-16 12:53:55 +0100
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-12-16 12:53:55 +0100
commit68c1453bc76a272993ad3447ba03391d3d468f7a (patch)
tree03fae31549dee5a54082cc4b21ec34bb7cb92dc2 /src
parentee3dde9cee445b59e5c41350f2da219e8e2da10b (diff)
Remove default shortcut from stop action since it conflicts with rename
Both rename symbol and stop running had Ctrl+Shift+R as default shortcut, making it impossible to do either when an application was running and the focus was in the text editor.
Diffstat (limited to 'src')
-rw-r--r--src/plugins/projectexplorer/outputwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/outputwindow.cpp b/src/plugins/projectexplorer/outputwindow.cpp
index 7bacf49336..2676781198 100644
--- a/src/plugins/projectexplorer/outputwindow.cpp
+++ b/src/plugins/projectexplorer/outputwindow.cpp
@@ -88,7 +88,6 @@ OutputPane::OutputPane()
m_stopAction->setEnabled(false);
Core::Command *cmd = am->registerAction(m_stopAction, Constants::STOP, globalcontext);
- cmd->setDefaultKeySequence(QKeySequence(tr("Ctrl+Shift+R")));
m_stopButton = new QToolButton;
m_stopButton->setDefaultAction(cmd->action());