diff options
author | Christian Stenger <[email protected]> | 2017-06-06 07:37:57 +0200 |
---|---|---|
committer | Christian Stenger <[email protected]> | 2017-06-06 05:45:17 +0000 |
commit | a86c28f4d595f46fa65b8d0b8916fe0501ef74a7 (patch) | |
tree | f7198617726aabc10a458aceae0f4b0994522b60 /src/plugins/ios/iostoolhandler.cpp | |
parent | d75ff0aab816c1f309d035f02ca54d07b5069611 (diff) |
iOS: Fix compile
Change-Id: I0a7d7f7a40762dfc260eed65f51ee93ecb3d61f5
Reviewed-by: Orgad Shaneh <[email protected]>
Diffstat (limited to 'src/plugins/ios/iostoolhandler.cpp')
-rw-r--r-- | src/plugins/ios/iostoolhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/ios/iostoolhandler.cpp b/src/plugins/ios/iostoolhandler.cpp index 2a6fea28b5c..cb04aef389f 100644 --- a/src/plugins/ios/iostoolhandler.cpp +++ b/src/plugins/ios/iostoolhandler.cpp @@ -893,7 +893,7 @@ bool IosSimulatorToolHandlerPrivate::isRunning() const { #ifdef Q_OS_UNIX return m_pid > 0 && (kill(m_pid, 0) == 0); -#elif +#else return false; #endif } |