diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-08-19 10:09:56 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-08-19 10:09:56 +0000 |
| commit | 4bd9401ffcb0b9df1a83ca21e81a17850a364601 (patch) | |
| tree | 18a1506324dc24b81794f90b80cbea627dbf8436 /src | |
| parent | f1156d11735d2f8013682c9bfaa15d756e4fdd42 (diff) | |
| download | qxmpp-4bd9401ffcb0b9df1a83ca21e81a17850a364601.tar.gz | |
formatting
Diffstat (limited to 'src')
| -rw-r--r-- | src/QXmppVCardManager.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/QXmppVCardManager.h b/src/QXmppVCardManager.h index 7e30beda..5fc934cc 100644 --- a/src/QXmppVCardManager.h +++ b/src/QXmppVCardManager.h @@ -38,19 +38,19 @@ class QXmppStream; /// QXmppClient::vCardManager() should be used to get the reference of instantiated /// object this class. /// -/// Getting vCards of entries in Roster: +/// <B>Getting vCards of entries in Roster:</B><BR> /// It doesn't store vCards of the JIDs in the roster of connected user. Instead /// client has to request for a particular vCard using requestVCard(). And connect to /// the signal vCardReceived() to get the requested vCard. /// -/// Getting vCard of the connected client: +/// <B>Getting vCard of the connected client:</B><BR> /// For getting the vCard of the connected user itself. Client can call requestClientVCard() /// and on the signal clientVCardReceived() it can get its vCard using clientVCard(). /// -/// Settting vCard of the client: +/// <B>Settting vCard of the client:</B><BR> /// Using setClientVCard() client can set its vCard. /// -/// \note Client can't set set/change vCards of roster entries. +/// \note Client can't set/change vCards of roster entries. /// /// \ingroup Managers |
