Debugger: Handle synchronous startup fail (Windows).

Make DebuggerRunner handle QProcess::startFailed
correctly on Windows (synchronous signal emission
within startDebugger()).
Remove debug output/warnings.

Reviewed-by: hjk
This commit is contained in:
Friedemann Kleint
2010-09-29 10:32:41 +02:00
parent f088d0909c
commit bf8dedaade
4 changed files with 56 additions and 25 deletions

View File

@@ -354,6 +354,8 @@ QList<CppQuickFixOperation::Ptr> DefFromDecl::match(const CppQuickFixState &stat
// }
// }
Q_UNUSED(findSurroundingDeclarations)
Q_UNUSED(state)
return noResult();
}