forked from qt-creator/qt-creator
ProjectExplorer: Use ToolChainFactories to clone ToolChains
Centrally. Change-Id: Ie832c5ad0eb282192440d9d4d058d082d9513cc2 Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -140,11 +140,6 @@ std::unique_ptr<ProjectExplorer::ToolChainConfigWidget> NimToolChain::createConf
|
||||
return std::make_unique<NimToolChainConfigWidget>(this);
|
||||
}
|
||||
|
||||
ToolChain *NimToolChain::clone() const
|
||||
{
|
||||
return new NimToolChain(*this);
|
||||
}
|
||||
|
||||
QVariantMap NimToolChain::toMap() const
|
||||
{
|
||||
QVariantMap data = ToolChain::toMap();
|
||||
|
||||
Reference in New Issue
Block a user