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