forked from qt-creator/qt-creator
Utils: Remove displayName from SettingsAccessors
It was not used. Change-Id: I7c0927698bf31548ec076c39881561d72e8495e6 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -170,9 +170,7 @@ static ToolChainOperations mergeToolChainLists(const Toolchains &systemFileTcs,
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
ToolChainSettingsAccessor::ToolChainSettingsAccessor() :
|
||||
UpgradingSettingsAccessor("QtCreatorToolChains",
|
||||
Tr::tr("Tool Chains"),
|
||||
Core::Constants::IDE_DISPLAY_NAME)
|
||||
UpgradingSettingsAccessor("QtCreatorToolChains", Core::Constants::IDE_DISPLAY_NAME)
|
||||
{
|
||||
setBaseFilePath(Core::ICore::userResourcePath(TOOLCHAIN_FILENAME));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user