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)
|
||||
return;
|
||||
m_debuggerCommand = d;
|
||||
updateId();
|
||||
toolChainUpdated();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user