Windows compile fix.

e8b5c6dfcca3fc139049136b42459e7840efed7 :
Provide terminal emulator functionality in ConsoleProcess for
Windows as well.

e833b794b3 :
Use Core::Id().

Change-Id: Idad2bd2180e9a5dd2d1266496e340726435835d3
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Friedemann Kleint
2012-12-29 20:41:11 +01:00
parent 2344456b3f
commit 033f211a10
6 changed files with 31 additions and 17 deletions

View File

@@ -5378,7 +5378,7 @@ bool GdbEngine::prepareCommand()
// perr == BadQuoting is never returned on Windows
// FIXME? QTCREATORBUG-2809
handleAdapterStartFailed(QCoreApplication::translate("DebuggerEngine", // Same message in CdbEngine
"Debugging complex command lines is currently not supported on Windows."), QString());
"Debugging complex command lines is currently not supported on Windows."), Core::Id());
return false;
}
#endif