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
369acdef
Commit
369acdef
authored
May 06, 2010
by
ck
Browse files
Compile fix for Windows.
Written-by: Robert Loehning
parent
28f6de61
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggermanager.cpp
View file @
369acdef
...
...
@@ -1052,7 +1052,7 @@ static IDebuggerEngine *debuggerEngineForMode(DebuggerStartMode startMode, QStri
#ifdef Q_OS_WIN
// Preferably Windows debugger for attaching locally.
if
(
startMode
!=
Start
Remote
&&
cdbEngine
)
if
(
startMode
!=
AttachTo
Remote
&&
cdbEngine
)
return
cdbEngine
;
if
(
gdbEngine
)
return
gdbEngine
;
...
...
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