Compile fix for Windows.

Written-by: Robert Loehning
This commit is contained in:
ck
2010-05-06 09:25:29 +02:00
parent 28f6de61c6
commit 369acdef85

View File

@@ -1052,7 +1052,7 @@ static IDebuggerEngine *debuggerEngineForMode(DebuggerStartMode startMode, QStri
#ifdef Q_OS_WIN
// Preferably Windows debugger for attaching locally.
if (startMode != StartRemote && cdbEngine)
if (startMode != AttachToRemote && cdbEngine)
return cdbEngine;
if (gdbEngine)
return gdbEngine;