forked from qt-creator/qt-creator
iOS: Fix compile
Change-Id: I0a7d7f7a40762dfc260eed65f51ee93ecb3d61f5 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user