forked from qt-creator/qt-creator
Smaller general help options page.
Task-number: QTCREATORBUG-8345 Change-Id: I83308e07fede50b74e4c806ea970953518269967 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
This commit is contained in:
@@ -116,8 +116,7 @@ QWidget *GeneralSettingsPage::createPage(QWidget *parent)
|
||||
|
||||
if (m_searchKeywords.isEmpty()) {
|
||||
QTextStream(&m_searchKeywords) << ' ' << m_ui->contextHelpLabel->text()
|
||||
<< ' ' << m_ui->startPageLabel->text() << ' ' << m_ui->homePageLabel->text()
|
||||
<< ' ' << m_ui->bookmarkGroupBox->title();
|
||||
<< ' ' << m_ui->startPageLabel->text() << ' ' << m_ui->homePageLabel->text();
|
||||
m_searchKeywords.remove(QLatin1Char('&'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user