forked from qt-creator/qt-creator
Gcc: Update Id when debugger path changes
This unconfuses restoration of some tool chains.
This commit is contained in:
@@ -362,6 +362,7 @@ void GccToolChain::setDebuggerCommand(const QString &d)
|
|||||||
if (m_debuggerCommand == d)
|
if (m_debuggerCommand == d)
|
||||||
return;
|
return;
|
||||||
m_debuggerCommand = d;
|
m_debuggerCommand = d;
|
||||||
|
updateId();
|
||||||
toolChainUpdated();
|
toolChainUpdated();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user