qtmobility/src/contacts/qcontactmanagerenginefactory.cpp
changeset 8 71781823f776
parent 4 90517678cc4f
child 11 06b8e2af4411
equal deleted inserted replaced
5:453da2cfceef 8:71781823f776
    44 
    44 
    45 QTM_BEGIN_NAMESPACE
    45 QTM_BEGIN_NAMESPACE
    46 
    46 
    47 /*!
    47 /*!
    48   \class QContactManagerEngineFactory
    48   \class QContactManagerEngineFactory
    49   \preliminary
       
    50   \brief The QContactManagerEngineFactory class provides the interface for
    49   \brief The QContactManagerEngineFactory class provides the interface for
    51  plugins that implement QContactManagerEngine functionality.
    50  plugins that implement QContactManagerEngine functionality.
    52   \ingroup contacts-backends
    51   \ingroup contacts-backends
    53  
    52  
    54   This class provides a simple interface for the creation of
    53   This class provides a simple interface for the creation of
    55   manager engine instances.  Each factory has a specific id
    54   manager engine instances.  Each factory has a specific id
    56   associated with it, which forms the \c managerName parameter
    55   associated with it, which forms the \c managerName parameter
    57   when creating \l QContactManager objects.
    56   when creating \l QContactManager objects.
    58  
    57  
    59   More information on writing a contacts engine plugin is TODO.
    58   More information on writing a contacts engine plugin is available in
       
    59   the \l{Qt Contacts Manager Engines} documentation.
    60  
    60  
    61   \sa QContactManager, QContactManagerEngine
    61   \sa QContactManager, QContactManagerEngine
    62  */
    62  */
    63 
    63 
    64 /*!
    64 /*!