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

requestTimeout() is not emitted

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 1.0.2
    • 1.0.0
    • Location
    • None
    • 08805dd34340dcec307b3b56bbbb78f8ba96ea6e

    Description

      Implementations of QGeoSatelliteInfoSource class does not emit the requestTimeout() signal.

      example test steps:

      1) Get instance of QGeoSatelliteInfoSource class using QGeoSatelliteInfoSource::createDefaultSource().
      2) Connect QSignalSpy to requestTimeout() 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 requestTimeout()" 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: