Haskell: Tr::tr()

Change-Id: Ia63322cb5644ab7e63805c0e123eebe5170dd1ad
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Alessandro Portale
2023-02-10 17:12:59 +01:00
parent 54f104a567
commit e9365d399f
8 changed files with 37 additions and 14 deletions

View File

@@ -5,6 +5,7 @@
#include "haskellconstants.h"
#include "haskellmanager.h"
#include "haskelltr.h"
#include <projectexplorer/buildconfiguration.h>
#include <projectexplorer/processparameters.h>
@@ -29,7 +30,7 @@ QWidget *StackBuildStep::createConfigWidget()
QString StackBuildStep::trDisplayName()
{
return tr("Stack Build");
return Tr::tr("Stack Build");
}
bool StackBuildStep::init()