forked from qt-creator/qt-creator
ProjectExplorer et al: Code cosmetics
Apply static 'pattern' for ToolChainManager, de-noise using code. Change-Id: I196dc6f39dc2c61b1783aecad3faa0b23849e00a Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -131,7 +131,7 @@ QList<Utils::FileName> ToolChain::suggestedMkspecList() const
|
||||
|
||||
Utils::FileName ToolChain::suggestedDebugger() const
|
||||
{
|
||||
return ToolChainManager::instance()->defaultDebugger(targetAbi());
|
||||
return ToolChainManager::defaultDebugger(targetAbi());
|
||||
}
|
||||
|
||||
bool ToolChain::canClone() const
|
||||
@@ -169,7 +169,7 @@ QVariantMap ToolChain::toMap() const
|
||||
|
||||
void ToolChain::toolChainUpdated()
|
||||
{
|
||||
ToolChainManager::instance()->notifyAboutUpdate(this);
|
||||
ToolChainManager::notifyAboutUpdate(this);
|
||||
}
|
||||
|
||||
void ToolChain::setAutoDetected(bool autodetect)
|
||||
|
||||
Reference in New Issue
Block a user