forked from qt-creator/qt-creator
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:
@@ -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...");
|
||||
|
||||
Reference in New Issue
Block a user