qtmobility/src/versit/qversitcontactimporter.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
child 15 1f895d8a5b2b
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
   107  *
   107  *
   108  * By associating a QVersitContactImporterPropertyHandler with the importer using
   108  * By associating a QVersitContactImporterPropertyHandler with the importer using
   109  * setPropertyHandler(), the client can pass in a handler to override the processing of properties
   109  * setPropertyHandler(), the client can pass in a handler to override the processing of properties
   110  * and/or handle properties that QVersitContactImporter doesn't support.
   110  * and/or handle properties that QVersitContactImporter doesn't support.
   111  *
   111  *
   112  * An example property handler that logs unknown properties:
   112  * An example property handler that decodes unknown properties generated by the example detail handler provided in the QVersitContactExporter documentation:
   113  * \snippet ../../doc/src/snippets/qtversitdocsample/qtversitdocsample.cpp Property handler
   113  * \snippet ../../doc/src/snippets/qtversitdocsample/qtversitdocsample.cpp Property handler
   114  *
   114  *
   115  * An example usage of QVersitContactImporter
   115  * An example usage of QVersitContactImporter
   116  * \snippet ../../doc/src/snippets/qtversitdocsample/qtversitdocsample.cpp Import example
   116  * \snippet ../../doc/src/snippets/qtversitdocsample/qtversitdocsample.cpp Import example
   117  *
   117  *