Fix lupdate-warning about invalid tr()-Usage.

Change-Id: I4601de1996cc988f0c55af169e5c082ad7b02e14
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Friedemann Kleint
2013-10-02 17:20:48 +02:00
committed by Eike Ziller
parent c39ec1e309
commit d01ba49036

View File

@@ -362,7 +362,7 @@ void IosToolHandlerPrivate::subprocessError(QProcess::ProcessError error)
case StartedInferior:
case XmlEndSeenNotProcessed:
case XmlEndProcessed:
errorMsg(q->tr("Subprocess Error %1").arg(error));
errorMsg(IosToolHandler::tr("Subprocess Error %1").arg(error));
toolExited(-1);
break;
case Stopped: