Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-618 Contacts API
  3. QTMOBILITY-229

Make it easier to access tags, in the Contact and Organizer APIs.

    XMLWordPrintable

Details

    • Change Request
    • Resolution: Done
    • P3: Somewhat important
    • 1.2.0
    • Contacts, Organizer
    • None
    • 5ca20133ee6b48da111aa8fb9c102408f170acee

    Description

      Add the same convenience API's to Contact and Organizer API when working with tags.

      Original change request included the following suggestion

      Probably something like:
      
      QSet<QString> QContact::tags() const;
      void QContact::setTags(const QSet<QString>& tags);
      
      // also probably worthwhile
      void QContact::addTag(const QString& tag);
      void QContact::removeTag(const QString& tag);
      
      // also possible
      bool QContact::hasTag(const QString& tag) const {return tags().contains(tag);}
      

      Attachments

        Activity

          People

            wuwon Kevin Wu Won (closed Nokia identity) (Inactive)
            mgoddard Michael Goddard (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: