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

updateTimeout() is not emitted

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 1.0.2
    • 1.0.0
    • Location
    • None
    • 4383e30e7107a8d838b67e750356e9950e28575a

    Description

      Implementations of QGeoPositionInfoSource classe does not emit the updateTimeout() signal.

      example test steps:

      1) Get instance of QGeoPositionInfoSource class using QGeoPositionInfoSource::createDefaultSource().
      2) Connect QSignalSpy to updateTimeout() signal of the returned instance.
      3) Call requestUpdate(1) method of the instance returned in step 1.
      4) Sleep for 5 seconds.
      5) Check count of the signal spy set in step 2.

      Expected result: spy cound should be 1.

      Actual result: spy count is 0.

      Comment: I looked into the sources of location api for maemo6 and did not find any "emit updateTimeout()" in them. Looks like it is not implemented.

      Attachments

        Activity

          People

            dalaing David Laing (closed Nokia identity) (Inactive)
            igagis Ivan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: