forked from qt-creator/qt-creator
Qt4ProjectManager: Fix translation context
Unify translation context introduced in 4dd31391a
Change-Id: I1ccea979d1b64647b74ace3466b6053a9e1397de
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
This commit is contained in:
@@ -72,7 +72,7 @@ QStringList DesktopQtVersion::warningReason() const
|
|||||||
{
|
{
|
||||||
QStringList ret = BaseQtVersion::warningReason();
|
QStringList ret = BaseQtVersion::warningReason();
|
||||||
if (qtVersion() >= QtSupport::QtVersionNumber(5, 0, 0) && qmlsceneCommand().isEmpty())
|
if (qtVersion() >= QtSupport::QtVersionNumber(5, 0, 0) && qmlsceneCommand().isEmpty())
|
||||||
ret << QCoreApplication::translate("Qt Version", "No qmlscene installed.");
|
ret << QCoreApplication::translate("QtVersion", "No qmlscene installed.");
|
||||||
if (qtVersion() >= QtSupport::QtVersionNumber(4, 7, 0) && qmlviewerCommand().isEmpty())
|
if (qtVersion() >= QtSupport::QtVersionNumber(4, 7, 0) && qmlviewerCommand().isEmpty())
|
||||||
ret << QCoreApplication::translate("QtVersion", "No qmlviewer installed.");
|
ret << QCoreApplication::translate("QtVersion", "No qmlviewer installed.");
|
||||||
return ret;
|
return ret;
|
||||||
|
Reference in New Issue
Block a user