ProjectExplorer: Return a ProcessHandle for AppLauncher::applicationPID

Change-Id: I00fc4dbd3a3c022006de95087b61a86bbb83faeb
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
hjk
2017-03-09 16:18:58 +01:00
parent c63805668f
commit fa67aa084b
6 changed files with 11 additions and 10 deletions

View File

@@ -242,7 +242,7 @@ bool ValgrindProcess::isLocal() const
void ValgrindProcess::localProcessStarted()
{
m_pid = m_localProcess.applicationPID();
m_pid = m_localProcess.applicationPID().pid();
emit started();
}