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:
Orgad Shaneh
2016-08-22 22:47:25 +03:00
committed by Orgad Shaneh
parent 2e284db28d
commit 0696482e67
3 changed files with 11 additions and 0 deletions

View File

@@ -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")