Register stop action globally

Default shortcut is Ctrl+Shift+R now, but maybe there's something better
or more widely accepted. No menu entry yet.
This commit is contained in:
Thorbjørn Lindeijer
2009-01-09 12:58:02 +01:00
parent ce1d728b9a
commit 9b35e32e85
5 changed files with 36 additions and 18 deletions

View File

@@ -261,7 +261,7 @@ QuickOpenToolWindow::QuickOpenToolWindow(QuickOpenPlugin *qop) :
m_configureAction(new QAction(tr("Configure..."), this)),
m_fileLineEdit(new Core::Utils::FancyLineEdit)
{
// Explcitly hide the completion list popup.
// Explicitly hide the completion list popup.
m_completionList->hide();
setWindowTitle("Locate...");