diff -r e4ebb16b39ea -r 603d3f8b6302 src/versit/qversitcontactimporter_p.h --- a/src/versit/qversitcontactimporter_p.h Fri Sep 17 08:34:34 2010 +0300 +++ b/src/versit/qversitcontactimporter_p.h Mon Oct 04 01:37:06 2010 +0300 @@ -55,7 +55,6 @@ #include "qmobilityglobal.h" #include "qversitcontactimporter.h" -#include "qvcardbackuphandlers_p.h" #include #include @@ -69,16 +68,16 @@ class QContactOrganization; class QVersitProperty; class QVersitDocument; +class QVersitContactHandler; class Q_AUTOTEST_EXPORT QVersitContactImporterPrivate { public: - QVersitContactImporterPrivate(); + QVersitContactImporterPrivate(const QString& profile = QString()); ~QVersitContactImporterPrivate(); bool importContact(const QVersitDocument& versitDocument, int contactIndex, QContact* contact, QVersitContactImporter::Error* error); - QList unconvertedVersitProperties(); static QString synthesizedDisplayLabel(const QContact& contact); @@ -115,6 +114,7 @@ QMap mErrors; QVersitContactImporterPropertyHandler* mPropertyHandler; QVersitContactImporterPropertyHandlerV2* mPropertyHandler2; + QList mPluginPropertyHandlers; int mPropertyHandlerVersion; QVersitDefaultResourceHandler* mDefaultResourceHandler; QVersitResourceHandler* mResourceHandler;