forked from qt-creator/qt-creator
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:
@@ -6,6 +6,7 @@
|
||||
#include "haskellconstants.h"
|
||||
#include "haskellmanager.h"
|
||||
#include "haskellproject.h"
|
||||
#include "haskelltr.h"
|
||||
|
||||
#include <projectexplorer/buildconfiguration.h>
|
||||
#include <projectexplorer/localenvironmentaspect.h>
|
||||
@@ -28,7 +29,7 @@ HaskellRunConfigurationFactory::HaskellRunConfigurationFactory()
|
||||
HaskellExecutableAspect::HaskellExecutableAspect()
|
||||
{
|
||||
setSettingsKey("Haskell.Executable");
|
||||
setLabelText(tr("Executable"));
|
||||
setLabelText(Tr::tr("Executable"));
|
||||
}
|
||||
|
||||
HaskellRunConfiguration::HaskellRunConfiguration(Target *target, Utils::Id id)
|
||||
|
||||
Reference in New Issue
Block a user