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
Tobias Hunger
qt-creator
Commits
57f76162
Commit
57f76162
authored
Oct 26, 2010
by
hjk
Browse files
debugger: call shutdownEngine, not shutdownInferior on EngineRunFailed
parent
c5f8623b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerengine.cpp
View file @
57f76162
...
...
@@ -1240,7 +1240,7 @@ void DebuggerEngine::notifyEngineRunFailed()
d
->
m_progress
.
reportCanceled
();
d
->
m_progress
.
reportFinished
();
setState
(
EngineRunFailed
);
d
->
queueShutdown
Inferior
();
d
->
queueShutdown
Engine
();
}
void
DebuggerEngine
::
notifyEngineRunAndInferiorRunOk
()
...
...
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