qtmobility/src/contacts/qcontactfetchhint.cpp
changeset 5 453da2cfceef
parent 4 90517678cc4f
child 11 06b8e2af4411
--- a/qtmobility/src/contacts/qcontactfetchhint.cpp	Mon May 03 13:18:40 2010 +0300
+++ b/qtmobility/src/contacts/qcontactfetchhint.cpp	Fri May 14 16:41:33 2010 +0300
@@ -63,7 +63,7 @@
    \o a list of relationship types which the client is interested in
   (empty if interested in all relationships)
    \o some optimization flags which allow the client to tell the backend if they are
-  not interested in any relationships, any action preferences, or any binary blobs (images etc).
+  not interested in any relationships or any binary blobs (images etc).
   \endlist
 
   Important note: a client should not make changes to a contact which has been retrieved
@@ -81,7 +81,7 @@
 
   \value AllRequired Tells the backend that all information is required
   \value NoRelationships Tells the backend that the client does not require retrieved contacts to include a cache of relationships
-  \value NoActionPreferences Tells the backend that the client does not require retrieved contacts to include a cache of action preferences
+  \omitvalue NoActionPreferences Tells the backend that the client does not require retrieved contacts to include a cache of action preferences
   \value NoBinaryBlobs Tells the backend that the client does not require retrieved contacts to include binary blobs such as thumbnail images
  */
 
@@ -173,7 +173,7 @@
   Returns the optimization hint flags specified by the client.
   These hints may be ignored by the backend, in which case it will return
   the full set of information accessible in a contact, including
-  relationships, action preferences, and binary blobs.
+  relationships and binary blobs.
 
   \sa setOptimizationHints()
  */
@@ -186,7 +186,7 @@
   Sets the optimization hint flags specified by the client to \a hints.
   These hints may be ignored by the backend, in which case it will return
   the full set of information accessible in a contact, including
-  relationships, action preferences, and binary blobs.
+  relationships and binary blobs.
 
   \sa optimizationHints()
  */