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
2f2c3afa
Commit
2f2c3afa
authored
Jul 15, 2010
by
hjk
Browse files
debugger: fix warning
done by Robert
parent
2d551de0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/cdb/cdbengine.cpp
View file @
2f2c3afa
...
...
@@ -571,6 +571,7 @@ bool CdbEnginePrivate::endInferior(bool detachOnly, QString *errorMessage)
case
InferiorStopRequested
:
case
InferiorStopOk
:
case
InferiorStopFailed
:
case
InferiorShutdownRequested
:
break
;
default:
return
true
;
...
...
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