forked from qt-creator/qt-creator
ToolChainManager: Do not try saving in ~ToolChainManager
This is after plugins have been shutdown. The toolchains are saved on shutdown anyway. Change-Id: I7d84c3c4538f27aa3f4c7c2677307de49621d641 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
eb194a8126
commit
287ba032ab
@@ -213,7 +213,6 @@ void ToolChainManager::restoreToolChains()
|
|||||||
|
|
||||||
ToolChainManager::~ToolChainManager()
|
ToolChainManager::~ToolChainManager()
|
||||||
{
|
{
|
||||||
saveToolChains(); // Make sure to save tool chains when closing
|
|
||||||
delete d;
|
delete d;
|
||||||
m_instance = 0;
|
m_instance = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user