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

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

      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);}
      

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

            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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes