forked from qt-creator/qt-creator
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:
@@ -354,6 +354,8 @@ QList<CppQuickFixOperation::Ptr> DefFromDecl::match(const CppQuickFixState &stat
|
||||
// }
|
||||
// }
|
||||
|
||||
Q_UNUSED(findSurroundingDeclarations)
|
||||
Q_UNUSED(state)
|
||||
return noResult();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user