Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 1.2.0
-
Fix Version/s: 1.2.x
-
Component/s: Documentation, System Information
-
Labels:
-
Commits:41e8a24e1ac33f6b846cc4e4d6d2ce8ed1bd31ce
Description
The QML DeviceInfo Element does not have a "thermalState" property.
Unlike the Qt-Class QSystemDeviceInfo, which has a currentThermalState()
method.
What is more strange because the QML DeviceInfoElement has a
monitorThermalStateChanges property and signal
thermalStateChanged is defined.
So you can enable monitoring and act on StateChanges but you can
not read out the current thermal state.