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/QXmppVersionManager.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/client/QXmppVersionManager.h') diff --git a/src/client/QXmppVersionManager.h b/src/client/QXmppVersionManager.h index eb992611..9a6fc7a8 100644 --- a/src/client/QXmppVersionManager.h +++ b/src/client/QXmppVersionManager.h @@ -32,6 +32,10 @@ class QXmppVersionManagerPrivate; /// \brief The QXmppVersionManager class makes it possible to request for /// the software version of an entity as defined by XEP-0092: Software Version. /// +/// \note It's object should not be created using it's constructor. Instead +/// \c QXmppClient::findExtension() should be used to get +/// the instantiated object of this class. +/// /// \ingroup Managers class QXMPP_EXPORT QXmppVersionManager : public QXmppClientExtension -- cgit v1.2.3