forked from qt-creator/qt-creator
ProjectExplorer: Tr::tr
Change-Id: I8f1b463c5cc7a53627f7a9ad261998b92f13e56a Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "toolchainsettingsaccessor.h"
|
||||
|
||||
#include "projectexplorerconstants.h"
|
||||
#include "projectexplorertr.h"
|
||||
#include "toolchain.h"
|
||||
|
||||
#include <coreplugin/icore.h>
|
||||
@@ -169,7 +170,7 @@ static ToolChainOperations mergeToolChainLists(const Toolchains &systemFileTcs,
|
||||
|
||||
ToolChainSettingsAccessor::ToolChainSettingsAccessor() :
|
||||
UpgradingSettingsAccessor("QtCreatorToolChains",
|
||||
QCoreApplication::translate("ProjectExplorer::ToolChainManager", "Tool Chains"),
|
||||
Tr::tr("Tool Chains"),
|
||||
Core::Constants::IDE_DISPLAY_NAME)
|
||||
{
|
||||
setBaseFilePath(Core::ICore::userResourcePath(TOOLCHAIN_FILENAME));
|
||||
|
||||
Reference in New Issue
Block a user