forked from qt-creator/qt-creator
tr()-fixes for 2.6
- 'profile' -> 'target'. - 'qt version' -> 'Qt version'. Fix occurrences in comments as well to make grepping easier. - Placeholders. Change-Id: I451eae2f0571bccf1e75cf0def425a09fa80855b Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -925,7 +925,7 @@ void HelpPlugin::activateContext()
|
||||
QUrl source = *links.begin();
|
||||
const QLatin1String qtRefDoc = QLatin1String("com.trolltech.qt");
|
||||
|
||||
// workaround to show the latest qt version
|
||||
// workaround to show the latest Qt version
|
||||
foreach (const QUrl &tmp, links) {
|
||||
const QString &authority = tmp.authority();
|
||||
if (authority.startsWith(qtRefDoc)) {
|
||||
|
||||
Reference in New Issue
Block a user