--- a/qtmobility/src/contacts/qcontactmanagerenginefactory.cpp Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/src/contacts/qcontactmanagerenginefactory.cpp Mon May 03 13:18:40 2010 +0300
@@ -49,6 +49,7 @@
\preliminary
\brief The QContactManagerEngineFactory class provides the interface for
plugins that implement QContactManagerEngine functionality.
+ \ingroup contacts-backends
This class provides a simple interface for the creation of
manager engine instances. Each factory has a specific id
@@ -68,7 +69,7 @@
}
/*!
- \fn QContactManagerEngineFactory::engine(const QMap<QString, QString>& parameters, QContactManager::Error &error)
+ \fn QContactManagerEngineFactory::engine(const QMap<QString, QString>& parameters, QContactManager::Error* error)
This function is called by the QContactManager implementation to
create an instance of the engine provided by this factory.