From 940cd79429c4e26fdb31bd98cbf1b78b2964d852 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sun, 19 Jan 2020 18:39:25 +0100 Subject: QXmppRegisterIq: Add missing '\since' tags to new methods I forgot them in #240. --- src/base/QXmppRegisterIq.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/base/QXmppRegisterIq.cpp') diff --git a/src/base/QXmppRegisterIq.cpp b/src/base/QXmppRegisterIq.cpp index 9f1c35fd..825d89c9 100644 --- a/src/base/QXmppRegisterIq.cpp +++ b/src/base/QXmppRegisterIq.cpp @@ -171,6 +171,8 @@ void QXmppRegisterIq::setBitsOfBinaryData(const QXmppBitsOfBinaryDataList &bitsO } /// Returns the type of the action or registration state. +/// +/// \since QXmpp 1.2 QXmppRegisterIq::RegisterType QXmppRegisterIq::registerType() const { @@ -178,6 +180,8 @@ QXmppRegisterIq::RegisterType QXmppRegisterIq::registerType() const } /// Sets the type of the action or registration state. +/// +/// \since QXmpp 1.2 void QXmppRegisterIq::setRegisterType(const QXmppRegisterIq::RegisterType &type) { -- cgit v1.2.3