forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.15'
Change-Id: Ia6558fc2423fd9cd84ca2282bfa60d102dff682e
This commit is contained in:
@@ -279,14 +279,7 @@ void ToolChain::toolChainUpdated()
|
||||
|
||||
void ToolChain::setDetection(ToolChain::Detection de)
|
||||
{
|
||||
if (d->m_detection == de)
|
||||
return;
|
||||
if (d->m_detection == ToolChain::UninitializedDetection) {
|
||||
d->m_detection = de;
|
||||
} else {
|
||||
d->m_detection = de;
|
||||
toolChainUpdated();
|
||||
}
|
||||
d->m_detection = de;
|
||||
}
|
||||
|
||||
QString ToolChain::typeDisplayName() const
|
||||
|
||||
Reference in New Issue
Block a user