diff options
author | Alessandro Portale <[email protected]> | 2023-02-10 17:12:59 +0100 |
---|---|---|
committer | Alessandro Portale <[email protected]> | 2023-02-15 12:51:47 +0000 |
commit | e9365d399f5f5fefd0821ae0e5da42c0b98e3aa8 (patch) | |
tree | ad4e159d8d45d648526581f469a943721713e857 /src/plugins/haskell/stackbuildstep.cpp | |
parent | 54f104a567c84dc7dc56d2e48f32da8673d571f5 (diff) |
Haskell: Tr::tr()
Change-Id: Ia63322cb5644ab7e63805c0e123eebe5170dd1ad
Reviewed-by: <[email protected]>
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/haskell/stackbuildstep.cpp')
-rw-r--r-- | src/plugins/haskell/stackbuildstep.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/haskell/stackbuildstep.cpp b/src/plugins/haskell/stackbuildstep.cpp index 0b944e23ba3..084ba8af4a7 100644 --- a/src/plugins/haskell/stackbuildstep.cpp +++ b/src/plugins/haskell/stackbuildstep.cpp @@ -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() |