ios: kill simulator process when stopping runner

Change-Id: I998eb9cd3d532c2818c139688d516003d4833b27
Reviewed-by: David Schulz <david.schulz@digia.com>
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
Fawzi Mohamed
2013-10-28 08:16:05 +01:00
parent ddee9bdf56
commit 15e0442324
2 changed files with 11 additions and 2 deletions

View File

@@ -89,6 +89,7 @@ private:
ProjectExplorer::IDevice::ConstPtr m_device;
bool m_debuggingMode;
bool m_cleanExit;
Q_PID m_pid;
};
} // namespace Internal