From dfec49b06fc305cc55631e5473b9ba19c729cd03 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Mon, 21 Oct 2019 17:01:03 +0200 Subject: Port away from deprecated client extension getters of the QXmppClient This replaces the deprecated getters in the examples and in the documentation. --- src/client/QXmppVCardManager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/QXmppVCardManager.h') 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() should be used to get +/// the instantiated object of this class. /// /// Getting vCards of entries in Roster:
/// It doesn't store vCards of the JIDs in the roster of connected user. Instead -- cgit v1.2.3