Contents
QVersitContactImporterPropertyHandler Class Reference
The QVersitContactImporterPropertyHandler class is an interface for clients wishing to implement custom import behaviour for vCard properties More...
#include <QVersitContactImporterPropertyHandler>
This class is deprecated.
Public Functions
virtual | ~QVersitContactImporterPropertyHandler () |
virtual bool | postProcessProperty ( const QVersitDocument & document, const QVersitProperty & property, bool alreadyProcessed, int contactIndex, QContact * contact ) = 0 |
virtual bool | preProcessProperty ( const QVersitDocument & document, const QVersitProperty & property, int contactIndex, QContact * contact ) = 0 |
Detailed Description
The QVersitContactImporterPropertyHandler class is an interface for clients wishing to implement custom import behaviour for vCard properties
This interface is replaced by QVersitContactImporterPropertyHandlerV2.