summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qoperatingsystemversion.cpp
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2020-07-20 13:41:19 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2020-07-22 11:33:02 +0200
commit59342379bde1be36b5c42cc8019c598138a0b534 (patch)
tree14b9be0bcb2d227c0c3a7118f6bd4895684ed56d /src/corelib/global/qoperatingsystemversion.cpp
parent1c4ae44f6f15bcb40d329668756d9a9456ab9348 (diff)
QSysInfo: remove deprecated windowsVersion() and macVersion()
Remove their associated enums, too. All deprecated since 5.9. Change-Id: Ieefba1a08c221ea7b62500f219baea8a3ccfb7db Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/corelib/global/qoperatingsystemversion.cpp')
-rw-r--r--src/corelib/global/qoperatingsystemversion.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/global/qoperatingsystemversion.cpp b/src/corelib/global/qoperatingsystemversion.cpp
index 261f5c8795..cbd9f85264 100644
--- a/src/corelib/global/qoperatingsystemversion.cpp
+++ b/src/corelib/global/qoperatingsystemversion.cpp
@@ -64,10 +64,6 @@ QT_BEGIN_NAMESPACE
operating system version (as opposed to the kernel version number or
marketing version).
- This class is also a complete replacement for QSysInfo::macVersion and
- QSysInfo::windowsVersion, additionally providing access to the third (micro)
- version number component.
-
Presently, Android, Apple Platforms (iOS, macOS, tvOS, and watchOS),
and Windows are supported.