diff options
Diffstat (limited to 'src/client/QXmppVCardManager.h')
| -rw-r--r-- | src/client/QXmppVCardManager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/QXmppVCardManager.h b/src/client/QXmppVCardManager.h index 328fe4a0..55a150f7 100644 --- a/src/client/QXmppVCardManager.h +++ b/src/client/QXmppVCardManager.h @@ -34,8 +34,8 @@ class QXmppVCardManagerPrivate; /// implementation of XEP-0054: vcard-temp. /// /// \note It's object should not be created using it's constructor. Instead -/// QXmppClient::vCardManager() should be used to get the reference of instantiated -/// object this class. +/// \c QXmppClient::findExtension<QXmppVCardManager>() should be used to get +/// the instantiated object of this class. /// /// <B>Getting vCards of entries in Roster:</B><BR> /// It doesn't store vCards of the JIDs in the roster of connected user. Instead |
