Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
dea6f67f
Commit
dea6f67f
authored
Apr 14, 2011
by
Tobias Hunger
Browse files
Gcc: Update Id when debugger path changes
This unconfuses restoration of some tool chains.
parent
90a02875
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/gcctoolchain.cpp
View file @
dea6f67f
...
...
@@ -362,6 +362,7 @@ void GccToolChain::setDebuggerCommand(const QString &d)
if
(
m_debuggerCommand
==
d
)
return
;
m_debuggerCommand
=
d
;
updateId
();
toolChainUpdated
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment