ProjectExplorer: Extend ApplicationLauncher

Implement some more QProcess functions

Change-Id: I1afe3fa5f5b353508cf300178cb50507b3dd4b3e
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Orgad Shaneh
2014-05-04 23:10:17 +03:00
committed by Orgad Shaneh
parent 28b512df44
commit 6886d0ac60
7 changed files with 90 additions and 20 deletions

View File

@@ -67,6 +67,8 @@ struct ConsoleProcessPrivate {
QLocalServer m_stubServer;
QLocalSocket *m_stubSocket;
QTemporaryFile *m_tempFile;
QProcess::ProcessError m_error;
QString m_errorString;
#ifdef Q_OS_UNIX
QProcess m_process;