From ab4a7c55293df690605c43a14c5ca35c00b585d4 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Mon, 13 Dec 2010 08:14:11 +0000 Subject: doc improvement --- src/QXmppPresence.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/QXmppPresence.h b/src/QXmppPresence.h index c5744424..0ea8e682 100644 --- a/src/QXmppPresence.h +++ b/src/QXmppPresence.h @@ -51,12 +51,10 @@ public: { // TODO fix the enum names PhotoNotAdvertized is confusing // All of these should start with VCardUpdate - VCardUpdateNone = 0, ///< Protocol not supported - PhotoNotAdvertized, ///< Not using any avatar - PhotoAdvertised, ///< Using an avatar - PhotoNotReady ///< No info available about the avatar. - ///< It might be there in the vCard but the contact's - ///< client doesn't know it temporarily. + VCardUpdateNone = 0, ///< Protocol is not supported + PhotoNotAdvertized, ///< User is not using any image + PhotoAdvertised, ///< User is advertising an image + PhotoNotReady ///< User is not ready to advertise an image }; /// The QXmppPresence::Status class represents the status of an XMPP entity. -- cgit v1.2.3