aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppVersionManager.h
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2019-10-21 17:01:03 +0200
committerLNJ <lnj@kaidan.im>2019-10-23 12:13:18 +0200
commitdfec49b06fc305cc55631e5473b9ba19c729cd03 (patch)
tree268083483bec5f41ce9b4dab1f0a9ece3f5258ed /src/client/QXmppVersionManager.h
parent91157d28b88ef3bab80100cd816c643809944a27 (diff)
downloadqxmpp-dfec49b06fc305cc55631e5473b9ba19c729cd03.tar.gz
Port away from deprecated client extension getters of the QXmppClient
This replaces the deprecated getters in the examples and in the documentation.
Diffstat (limited to 'src/client/QXmppVersionManager.h')
-rw-r--r--src/client/QXmppVersionManager.h4
1 files changed, 4 insertions, 0 deletions
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<QXmppVersionManager>() should be used to get
+/// the instantiated object of this class.
+///
/// \ingroup Managers
class QXMPP_EXPORT QXmppVersionManager : public QXmppClientExtension