VCS: Make 'Patch command' searchable

Change-Id: I7b2f813e090a443c3cd4fb771a05c79c8e84e972
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Orgad Shaneh
2012-10-17 21:52:42 +02:00
committed by Orgad Shaneh
parent 75995829af
commit 26fa3236c5

View File

@@ -97,6 +97,7 @@ QString CommonSettingsWidget::searchKeyWordMatchString() const
+ blank + m_ui->nickNameMailMapLabel->text() + blank + m_ui->nickNameMailMapLabel->text()
+ blank + m_ui->nickNameFieldsFileLabel->text() + blank + m_ui->nickNameFieldsFileLabel->text()
+ blank + m_ui->sshPromptLabel->text() + blank + m_ui->sshPromptLabel->text()
+ blank + m_ui->patchCommandLabel->text()
; ;
rc.remove(QLatin1Char('&')); // Strip buddy markers. rc.remove(QLatin1Char('&')); // Strip buddy markers.
return rc; return rc;