forked from qt-creator/qt-creator
Fix build on macOS with Qt 5.6
Change-Id: I6d189aa17c43d740115cbaa5f410059f364b82d5 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
@@ -68,7 +68,7 @@ bool ProcessHandle::equals(const ProcessHandle &rhs) const
|
|||||||
return m_pid == rhs.m_pid;
|
return m_pid == rhs.m_pid;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef Q_OS_MACOS
|
#ifndef Q_OS_OSX
|
||||||
bool ProcessHandle::activate()
|
bool ProcessHandle::activate()
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user