Fix build on macOS with Qt 5.6

Change-Id: I6d189aa17c43d740115cbaa5f410059f364b82d5
Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
Eike Ziller
2017-07-12 10:58:53 +02:00
parent 0a2032e434
commit ed850a7934

View File

@@ -68,7 +68,7 @@ bool ProcessHandle::equals(const ProcessHandle &rhs) const
return m_pid == rhs.m_pid;
}
#ifndef Q_OS_MACOS
#ifndef Q_OS_OSX
bool ProcessHandle::activate()
{
return false;