qtmobility/src/contacts/qcontactmanagerengine.cpp
changeset 8 71781823f776
parent 5 453da2cfceef
child 11 06b8e2af4411
equal deleted inserted replaced
5:453da2cfceef 8:71781823f776
    58 
    58 
    59 QTM_BEGIN_NAMESPACE
    59 QTM_BEGIN_NAMESPACE
    60 
    60 
    61 /*!
    61 /*!
    62   \class QContactManagerEngine
    62   \class QContactManagerEngine
    63   \preliminary
       
    64   \brief The QContactManagerEngine class provides the interface for all
    63   \brief The QContactManagerEngine class provides the interface for all
    65   implementations of the contact manager backend functionality.
    64   implementations of the contact manager backend functionality.
    66   \ingroup contacts-backends
    65   \ingroup contacts-backends
    67 
    66 
    68   Instances of this class are usually provided by a
    67   Instances of this class are usually provided by a
    71   The default implementation of this interface provides a basic
    70   The default implementation of this interface provides a basic
    72   level of functionality for some functions so that specific engines
    71   level of functionality for some functions so that specific engines
    73   can simply implement the functionality that is supported by
    72   can simply implement the functionality that is supported by
    74   the specific contacts engine that is being adapted.
    73   the specific contacts engine that is being adapted.
    75 
    74 
    76   More information on writing a contacts engine plugin is TODO.
    75   More information on writing a contacts engine plugin is available in
       
    76   the \l{Qt Contacts Manager Engines} documentation.
    77 
    77 
    78   \sa QContactManager, QContactManagerEngineFactory
    78   \sa QContactManager, QContactManagerEngineFactory
    79  */
    79  */
    80 
    80 
    81 /*!
    81 /*!