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 "ctesttool.h"
|
||||
#include "ctesttreeitem.h"
|
||||
#include "../autotesttr.h"
|
||||
|
||||
#include <cmakeprojectmanager/cmakeprojectconstants.h>
|
||||
|
||||
@@ -52,7 +53,7 @@ const char *CTestTool::name() const
|
||||
|
||||
QString CTestTool::displayName() const
|
||||
{
|
||||
return QCoreApplication::translate("CTestTool", "CTest");
|
||||
return Tr::tr("CTest");
|
||||
}
|
||||
|
||||
ITestTreeItem *CTestTool::createRootNode()
|
||||
|
||||
Reference in New Issue
Block a user