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

Versit fails to read/import X-NICKNAME, X-CHILDREN

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 1.0.1
    • 1.0.0
    • Contacts
    • None
    • 6db2b51b7171cfac7975d77273edb8c998b881bf,4d473cabaf8b73db18f4d90ef973c79c827d410d,de4abc723ba1590cdf321bdd47d6a238c77df65d

      > The below fields are not imported
      > X-CHILDREN:Barnaby
      > X-NICKNAME:Mathias
      >
      > This is because a check fails in QVersitContactImporterPrivate
      > if (property.valueType() != QVersitProperty::ListType
      > || variant.type() != QVariant::StringList)
      > return false;
      >
      > There is no handling for
      > X-ASSISTANT-TEL:0342303777

      This is because the format the reader produces is different to the format the importer expects. There may be other cases of this mismatch.

        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)
            wuwon Kevin Wu Won (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