aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppRegisterIq.cpp
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2020-01-19 18:39:25 +0100
committerLNJ <lnj@kaidan.im>2020-01-19 19:52:02 +0100
commit940cd79429c4e26fdb31bd98cbf1b78b2964d852 (patch)
tree2456f33377eac73a255e13f44ae1b9f6656833ef /src/base/QXmppRegisterIq.cpp
parent5f46963cf556d7e7e241e7d8e59d42b31474c74d (diff)
downloadqxmpp-940cd79429c4e26fdb31bd98cbf1b78b2964d852.tar.gz
QXmppRegisterIq: Add missing '\since' tags to new methods
I forgot them in #240.
Diffstat (limited to 'src/base/QXmppRegisterIq.cpp')
-rw-r--r--src/base/QXmppRegisterIq.cpp4
1 files changed, 4 insertions, 0 deletions
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)
{