Update the filter matches for the settings dialog.

Task-number: QTCREATORBUG-2936
This commit is contained in:
con
2010-12-01 14:35:36 +01:00
parent e650076fd3
commit c598118d5b
25 changed files with 213 additions and 99 deletions

View File

@@ -106,8 +106,8 @@ QString QuickToolBarSettingsPageWidget::searchKeywords() const
{
QString rc;
QTextStream(&rc)
<< ' ' << m_ui.textEditHelperCheckBox
<< ' ' << m_ui.textEditHelperCheckBoxPin;
<< ' ' << m_ui.textEditHelperCheckBox->text()
<< ' ' << m_ui.textEditHelperCheckBoxPin->text();
rc.remove(QLatin1Char('&'));
return rc;
}