qtmobility/src/versit/qversitcontactexporter.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
child 15 1f895d8a5b2b
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
   100  *
   100  *
   101  * By associating a \l QVersitContactExporterDetailHandler with the exporter using
   101  * By associating a \l QVersitContactExporterDetailHandler with the exporter using
   102  * setDetailHandler(), the client can pass in a handler to override the processing of details and/or
   102  * setDetailHandler(), the client can pass in a handler to override the processing of details and/or
   103  * handle details that QVersitContactExporter doesn't support.
   103  * handle details that QVersitContactExporter doesn't support.
   104  *
   104  *
   105  * An example detail handler that logs unknown properties:
   105  * An example detail handler that encodes all unknown details as nonstandard vCard propreties:
   106  * \snippet ../../doc/src/snippets/qtversitdocsample/qtversitdocsample.cpp Detail handler
   106  * \snippet ../../doc/src/snippets/qtversitdocsample/qtversitdocsample.cpp Detail handler
   107  *
   107  *
   108  * An example usage of QVersitContactExporter
   108  * An example usage of QVersitContactExporter
   109  * \snippet ../../doc/src/snippets/qtversitdocsample/qtversitdocsample.cpp Export example
   109  * \snippet ../../doc/src/snippets/qtversitdocsample/qtversitdocsample.cpp Export example
   110  *
   110  *