Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-1774

Wrong example in QML BatteryInfo Element Documentation

    XMLWordPrintable

Details

    • 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
       }
      

      Attachments

        Activity

          People

            satu.m.makela satu makela
            nicolai Nicolai Hess
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: