OSDN Git Service

Gcc: Update Id when debugger path changes
authorTobias Hunger <tobias.hunger@nokia.com>
Thu, 14 Apr 2011 12:49:50 +0000 (14:49 +0200)
committerTobias Hunger <tobias.hunger@nokia.com>
Thu, 14 Apr 2011 12:57:52 +0000 (14:57 +0200)
This unconfuses restoration of some tool chains.

src/plugins/projectexplorer/gcctoolchain.cpp

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