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:e0ded9efa6a66b2f033ac66d5a8f559a226640a3
Description
Following example in http://doc.qt.nokia.com/qtmobility-1.2/qml-batteryinfo.html
is wrong:
DeviceInfo { id: devinfo monitorChargerTypeChanges: true monitorChargingStateChanges: true }
neither is this documentation about DeviceInfo, nor does
DeviceInfo has this monitor properties.
It should something like this:
BatteryInfo { id: batinfo monitorChargerTypeChanges: true monitorChargingStateChanges: true }