debugger: remove ambiguous shortcut

This commit is contained in:
hjk
2009-10-07 14:43:06 +02:00
parent a92d6fbcd8
commit 92c3939088

View File

@@ -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()));