Skip to content
GitLab
Menu
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
74914f47
Commit
74914f47
authored
Mar 22, 2011
by
hjk
Browse files
debugger: fix spelling in irrelevant message
parent
a3c3fa02
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerengine.cpp
View file @
74914f47
...
...
@@ -926,7 +926,7 @@ void DebuggerEngine::notifyInferiorStopOk()
void
DebuggerEngine
::
notifyInferiorSpontaneousStop
()
{
showMessage
(
_
(
"NOTE: INFERIOR SPONTANEOU
E
S STOP"
));
showMessage
(
_
(
"NOTE: INFERIOR SPONTANEOUS STOP"
));
QTC_ASSERT
(
state
()
==
InferiorRunOk
,
qDebug
()
<<
this
<<
state
());
setState
(
InferiorStopOk
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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