forked from qt-creator/qt-creator
Fix more krazy warnings.
This commit is contained in:
@@ -327,7 +327,7 @@ void CentralWidget::highlightSearchTerms()
|
||||
case QHelpSearchQuery::DEFAULT:
|
||||
case QHelpSearchQuery::ATLEAST:
|
||||
foreach (QString term, query.wordList)
|
||||
terms.append(term.remove(QLatin1String("\"")));
|
||||
terms.append(term.remove(QLatin1Char('"')));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user