forked from qt-creator/qt-creator
Implement newly added methods
Amends 6942c58d65
Change-Id: I115fda8495e6175cb805191d6c2fc83056dcab10
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -325,6 +325,16 @@ QString ApplicationLauncher::msgWinCannotRetrieveDebuggingOutput()
|
|||||||
return tr("Cannot retrieve debugging output.") + QLatin1Char('\n');
|
return tr("Cannot retrieve debugging output.") + QLatin1Char('\n');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int ApplicationLauncher::exitCode() const
|
||||||
|
{
|
||||||
|
return d->m_exitCode;
|
||||||
|
}
|
||||||
|
|
||||||
|
QProcess::ExitStatus ApplicationLauncher::exitStatus() const
|
||||||
|
{
|
||||||
|
return d->m_exitStatus;
|
||||||
|
}
|
||||||
|
|
||||||
void ApplicationLauncherPrivate::handleProcessStarted()
|
void ApplicationLauncherPrivate::handleProcessStarted()
|
||||||
{
|
{
|
||||||
m_listeningPid = applicationPID();
|
m_listeningPid = applicationPID();
|
||||||
|
|||||||
Reference in New Issue
Block a user