Obsolete Members for QVersitContactImporter

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

Public Functions

(obsolete) QMap<int, Error> errors() const
(obsolete) QVersitContactImporterPropertyHandler * propertyHandler() const
(obsolete) void setPropertyHandler(QVersitContactImporterPropertyHandler * handler)

Member Function Documentation

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

Use errorMap() instead.

QVersitContactImporterPropertyHandler * QVersitContactImporter::propertyHandler() const

Gets the handler for processing QVersitProperties.

See also setPropertyHandler().

void QVersitContactImporter::setPropertyHandler(QVersitContactImporterPropertyHandler * handler)

Sets handler to be the handler for processing QVersitProperties, 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 property handler can be set. If another property handler (of any version) was previously set, it will no longer be associated with the importer.