forked from qt-creator/qt-creator
Autotest: Add missing tr for classes with translatable text
Change-Id: I5c63e98931d4ef9f8db8df820b13f66156dfd03e Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
2e284db28d
commit
0696482e67
@@ -36,11 +36,15 @@
|
||||
#include <utils/qtcassert.h>
|
||||
#include <debugger/debuggerrunconfigurationaspect.h>
|
||||
|
||||
#include <QCoreApplication>
|
||||
|
||||
namespace Autotest {
|
||||
namespace Internal {
|
||||
|
||||
class TestRunConfiguration : public ProjectExplorer::RunConfiguration
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(Autotest::Internal::TestRunConfiguration)
|
||||
|
||||
public:
|
||||
TestRunConfiguration(ProjectExplorer::Target *parent, TestConfiguration *config)
|
||||
: ProjectExplorer::RunConfiguration(parent, "AutoTest.TestRunConfig")
|
||||
|
||||
Reference in New Issue
Block a user