Make it possible to clear keyboard shortcuts again

This was an unintentional regression. The widget in
question should not use the filter edit since it is not
a filterwidget. Also I removed the "Filter" text which
is incorrect in this case.

Task-number: QTCREATORBUG-1308
This commit is contained in:
Jens Bache-Wiig
2010-04-29 16:25:06 +02:00
parent 73d169a4db
commit 281494a38e
2 changed files with 7 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ QWidget *CommandMappings::createPage(QWidget *parent)
m_page->setupUi(w);
m_page->resetButton->setIcon(QPixmap(Constants::ICON_RESET));
m_page->targetEdit->setSide(Utils::FancyLineEdit::Right);
m_page->targetEdit->setAutoHideIcon(true);
m_page->targetEdit->installEventFilter(this);
connect(m_page->targetEdit, SIGNAL(buttonClicked()),