summaryrefslogtreecommitdiff
path: root/src/plugins/qtsupport/exampleslistmodel.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-07-26 16:08:41 +0200
committerhjk <qthjk@ovi.com>2012-07-26 16:14:42 +0200
commit455b677f8e2f4d18fd3a8fe18fbf0e2d2cce5ba2 (patch)
treea04ff287f351b28c61cb57239a61819383bb5c62 /src/plugins/qtsupport/exampleslistmodel.cpp
parented7c80d4c6f0c1268836f6079d78e4560661412b (diff)
downloadqt-creator-455b677f8e2f4d18fd3a8fe18fbf0e2d2cce5ba2.tar.gz
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>
Diffstat (limited to 'src/plugins/qtsupport/exampleslistmodel.cpp')
-rw-r--r--src/plugins/qtsupport/exampleslistmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qtsupport/exampleslistmodel.cpp b/src/plugins/qtsupport/exampleslistmodel.cpp
index 75b424fe22..8fec616964 100644
--- a/src/plugins/qtsupport/exampleslistmodel.cpp
+++ b/src/plugins/qtsupport/exampleslistmodel.cpp
@@ -326,7 +326,7 @@ QStringList ExamplesListModel::exampleSources(QString *examplesFallback, QString
return sources;
// try to find a suitable Qt version
- m_updateOnQtVersionsChanged = true; // this must be updated when the qt versions change
+ m_updateOnQtVersionsChanged = true; // this must be updated when the Qt versions change
// fallbacks are passed back if no example manifest is found
// and we fallback to Qt Creator's shipped manifest (e.g. only old Qt Versions found)
QString potentialExamplesFallback;