summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qoperatingsystemversion.h
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2019-07-29 16:40:08 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2019-08-01 15:25:01 +0200
commit662798d785c309a343c13648cb018c7f556757a9 (patch)
tree4cab26ceacc3559172ed998d144d5c8b19075635 /src/corelib/global/qoperatingsystemversion.h
parent360000342ab095a936d8f09951e2b19c04c2678a (diff)
macOS: Add system detection and version defines for macOS Catalina (10.15)
Change-Id: I127efe752ebb70825f1b31f0d64c4293d1c71820 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/corelib/global/qoperatingsystemversion.h')
-rw-r--r--src/corelib/global/qoperatingsystemversion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/global/qoperatingsystemversion.h b/src/corelib/global/qoperatingsystemversion.h
index df01e5438a..89c60c4960 100644
--- a/src/corelib/global/qoperatingsystemversion.h
+++ b/src/corelib/global/qoperatingsystemversion.h
@@ -71,6 +71,7 @@ public:
static const QOperatingSystemVersion MacOSSierra;
static const QOperatingSystemVersion MacOSHighSierra;
static const QOperatingSystemVersion MacOSMojave;
+ static const QOperatingSystemVersion MacOSCatalina;
static const QOperatingSystemVersion AndroidJellyBean;
static const QOperatingSystemVersion AndroidJellyBean_MR1;