iOS: Fix compile

Change-Id: I0a7d7f7a40762dfc260eed65f51ee93ecb3d61f5
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Christian Stenger
2017-06-06 07:37:57 +02:00
parent d75ff0aab8
commit a86c28f4d5

View File

@@ -893,7 +893,7 @@ bool IosSimulatorToolHandlerPrivate::isRunning() const
{ {
#ifdef Q_OS_UNIX #ifdef Q_OS_UNIX
return m_pid > 0 && (kill(m_pid, 0) == 0); return m_pid > 0 && (kill(m_pid, 0) == 0);
#elif #else
return false; return false;
#endif #endif
} }