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

QOrganizerManager::itemOccurrences() bug on Symbian

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 1.2.0
    • 1.2.0
    • Organizer
    • Nokia N8, Qt4.7.2, QtM1.1.1
    • 40045360d68632c642124bb9916bdfd49e999914

    Description

      Passing a maxcount argument into QOrganizerManager::itemOccurrences() gives the wrong result on Symbian.

      I get one organizer item returned if I call the following:
      QList<QOrganizerItem> futureOccurrences = m_manager->itemOccurrences(item, QDateTime::currentDateTime(), QDateTime::currentDateTime().addDays(365), 4); //maxCount = 4

      If I call the same method but do not specify a maxCount (i.e. it defaults to -1), I get 261 item occurrences (i.e. more than 4 items exist, so the original call should have been able to return 4).

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            pengwu peng wu (Inactive)
            johnturner John Turner
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes