forked from qt-creator/qt-creator
Autotest: Convert to Tr::tr
Change-Id: Ifd4b6ace78d02804ec3b3c1d60c5418081cad6c4 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
#include "testoutputreader.h"
|
||||
|
||||
#include "autotesttr.h"
|
||||
#include "testresult.h"
|
||||
#include "testresultspane.h"
|
||||
#include "testtreeitem.h"
|
||||
@@ -93,7 +94,7 @@ void TestOutputReader::processStdError(const QByteArray &outputLine)
|
||||
void TestOutputReader::reportCrash()
|
||||
{
|
||||
TestResultPtr result = createDefaultResult();
|
||||
result->setDescription(tr("Test executable crashed."));
|
||||
result->setDescription(Tr::tr("Test executable crashed."));
|
||||
result->setResult(ResultType::MessageFatal);
|
||||
m_futureInterface.reportResult(result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user