forked from qt-creator/qt-creator
Cloned Toolchains are "equal" so they aren't added
Reviewed-By: hunger
This commit is contained in:
@@ -307,6 +307,12 @@ void ToolChainModel::apply()
|
|||||||
foreach (ToolChainNode *n, nodes) {
|
foreach (ToolChainNode *n, nodes) {
|
||||||
ToolChainManager::instance()->registerToolChain(n->toolChain);
|
ToolChainManager::instance()->registerToolChain(n->toolChain);
|
||||||
}
|
}
|
||||||
|
//
|
||||||
|
foreach (ToolChainNode *n, m_toAddList) {
|
||||||
|
delete n->toolChain;
|
||||||
|
n->toolChain = 0;
|
||||||
|
}
|
||||||
|
qDeleteAll(m_toAddList);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ToolChainModel::discard()
|
void ToolChainModel::discard()
|
||||||
|
Reference in New Issue
Block a user