Obsolete Members for QVersitContactExporter

The following members of class QVersitContactExporter are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Public Functions

(obsolete) QVersitContactExporterDetailHandler *detailHandler() const
(obsolete) QMap<int, Error> errors() const
(obsolete) void setDetailHandler(QVersitContactExporterDetailHandler *handler)

Member Function Documentation

QVersitContactExporterDetailHandler *QVersitContactExporter::detailHandler() const

Gets the handler for processing QContactDetails.

See also setDetailHandler().

QMap<int, Error> QVersitContactExporter::errors() const

Use errorMap() instead.

void QVersitContactExporter::setDetailHandler(QVersitContactExporterDetailHandler *handler)

Sets handler to be the handler for processing QContactDetails, or 0 to have no handler.

Does not take ownership of the handler. The client should ensure the handler remains valid for the lifetime of the exporter. This function is used for version 1 handlers.

Only one detail handler can be set. If another detail handler (of any version) was previously set, it will no longer be associated with the exporter.