Gcc: Update Id when debugger path changes

This unconfuses restoration of some tool chains.
This commit is contained in:
Tobias Hunger
2011-04-14 14:49:50 +02:00
parent 90a02875cf
commit dea6f67fea

View File

@@ -362,6 +362,7 @@ void GccToolChain::setDebuggerCommand(const QString &d)
if (m_debuggerCommand == d)
return;
m_debuggerCommand = d;
updateId();
toolChainUpdated();
}