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:
@@ -24,9 +24,11 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "qttestframework.h"
|
||||
|
||||
#include "qttestconstants.h"
|
||||
#include "qttestparser.h"
|
||||
#include "qttesttreeitem.h"
|
||||
#include "../autotesttr.h"
|
||||
|
||||
namespace Autotest {
|
||||
namespace Internal {
|
||||
@@ -51,8 +53,7 @@ const char *QtTestFramework::name() const
|
||||
|
||||
QString QtTestFramework::displayName() const
|
||||
{
|
||||
return QCoreApplication::translate("QtTestFramework",
|
||||
QtTest::Constants::FRAMEWORK_SETTINGS_CATEGORY);
|
||||
return Tr::tr(QtTest::Constants::FRAMEWORK_SETTINGS_CATEGORY);
|
||||
}
|
||||
|
||||
unsigned QtTestFramework::priority() const
|
||||
|
||||
Reference in New Issue
Block a user