aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/qqmlsysteminformation_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the use of Q_QMLCORE_PRIVATE_EXPORTAlexey Edelev2024-01-091-1/+1
| | | | | | Task-number: QTBUG-117983 Change-Id: Id97fea4cd7efaba8a9c39f8a7d1d3e3597d4d963 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* QtQmlCore: Add missing parts to SystemInformationYuhang Zhao2022-07-091-0/+7
| | | | | | | | | | | | QSysInfo from QtCore has two additional properties, this change adds them the the SystemInformation type. Amends commit 39635d025444e61acc0417b088411199b6bea334 Pick-to: 6.4 Change-Id: I4a2aad5b00e53b97e794d13d14cd7f62e8724947 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
| | | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Pick-to: 6.4 Task-number: QTBUG-67283 Change-Id: I63563bbeb6f60f89d2c99660400dca7fab78a294 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
* QtQmlCore: Add SystemInformation singletonYuhang Zhao2022-04-201-0/+95
[ChangeLog][QtQmlCore][New Feature] Add SystemInformation singleton. Change-Id: If219cbc5a09fa965015cf73a402f62f539a9ef84 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>