#include <QVersitContactPluginLoader>
QList<QVersitContactHandler *> | createContactHandlers ( const QString & profile ) |
QVersitContactPluginLoader * | instance () |
This is a singleton class that loads Versit plugins for contacts processing
Creates and returns handlers from the plugin. If profile is the empty string, only handlers with an empty profile list are returned. If profile is nonempty, only handlers with either an empty profile list or a profile list that contains the given profile are returned.
The caller is responsible for deleting all returned handlers.
Returns the singleton instance of the QVersitContactPluginLoader.