Commit f7eea69a authored by Jake Petroules's avatar Jake Petroules Committed by The Qt Project
Browse files

Utilize the new Q_OS_MACX define.


All occurrences of `#if defined(Q_OS_MAC) && !defined(Q_OS_IOS)` have
been replaced with `#if defined(Q_OS_MACX)`.

Change-Id: I5055d9bd1845136beb8ed1c79a8f0f2c0897751a
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: default avatarTor Arne Vestbø <tor.arne.vestbo@digia.com>
Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
parent bf10f2be
No related merge requests found
Showing with 43 additions and 43 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment