summaryrefslogtreecommitdiffstats
path: root/src/contacts/qcontactchangeset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/contacts/qcontactchangeset.cpp')
-rw-r--r--src/contacts/qcontactchangeset.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/contacts/qcontactchangeset.cpp b/src/contacts/qcontactchangeset.cpp
index f90197158d..70150028c1 100644
--- a/src/contacts/qcontactchangeset.cpp
+++ b/src/contacts/qcontactchangeset.cpp
@@ -48,19 +48,20 @@ QTM_BEGIN_NAMESPACE
/*!
\class QContactChangeSet
-
+
\inmodule QtContacts
-
+ \since 1.0
+
\brief The QContactChangeSet class provides a simple API to
simplify the emission of state-change signals from
QContactManagerEngine implementations.
-
+
This class can be utilised by backend implementations to ensure
correct emission of the \l QContactManagerEngine::dataChanged(), \l
QContactManagerEngine::contactsAdded(), \l
QContactManagerEngine::contactsChanged() and \l
QContactManagerEngine::contactsRemoved().
-
+
\sa QContactManagerEngine
*/