Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
c69cad48
Commit
c69cad48
authored
Jul 12, 2010
by
Robert Loehning
Committed by
hjk
Jul 14, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debugger: Compile fixes
parent
f88a010a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/plugins/debugger/cdb/cdbengine.cpp
src/plugins/debugger/cdb/cdbengine.cpp
+2
-2
No files found.
src/plugins/debugger/cdb/cdbengine.cpp
View file @
c69cad48
...
...
@@ -482,10 +482,10 @@ void CdbEngine::runEngine()
if
(
rc
)
{
if
(
needWatchTimer
)
m_d
->
startWatchTimer
();
notify
InferiorSetupOk
();
notify
EngineRunAndInferiorRunOk
();
// FIXME AAA: correct?
}
else
{
warning
(
errorMessage
);
notify
InferiorSetupFailed
();
notify
EngineRunAndInferiorStopOk
();
// FIXME AAA: correct?
}
}
...
...
Write
Preview
Markdown
is supported
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