Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
src_corelib_global_qoperatingsystemversion.cpp
Go to the documentation of this file.
1// Copyright (C) 2018 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
3
7
9 auto current = QOperatingSystemVersion::current();
10 if (current >= QOperatingSystemVersion::OSXYosemite ||
12 // returns true on macOS >= 10.10 and iOS >= 8.0, but false on macOS < 10.10 and iOS < 8.0
13 }
static Q_CORE_EXPORT QOperatingSystemVersionBase current()
if(qFloatDistance(a, b)<(1<< 7))
[0]