From da8fbd9f39bc5cbabb6b8780a8b21763f8ad1b96 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Wed, 23 Oct 2019 13:23:39 +0200 Subject: Add \since QXmpp 1.1 to all new methods and classes Methods of new classes have no \since tag. --- src/base/QXmppPresence.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/base/QXmppPresence.cpp') diff --git a/src/base/QXmppPresence.cpp b/src/base/QXmppPresence.cpp index ad0b1c60..b2521eb8 100644 --- a/src/base/QXmppPresence.cpp +++ b/src/base/QXmppPresence.cpp @@ -543,6 +543,8 @@ void QXmppPresence::setLastUserInteraction(const QDateTime& lastUserInteraction) } /// Returns the actual (full) JID of the MIX channel participant. +/// +/// \since QXmpp 1.1 QString QXmppPresence::mixUserJid() const { @@ -550,6 +552,8 @@ QString QXmppPresence::mixUserJid() const } /// Sets the actual (full) JID of the MIX channel participant. +/// +/// \since QXmpp 1.1 void QXmppPresence::setMixUserJid(const QString& mixUserJid) { @@ -557,6 +561,8 @@ void QXmppPresence::setMixUserJid(const QString& mixUserJid) } /// Returns the MIX participant's nickname. +/// +/// \since QXmpp 1.1 QString QXmppPresence::mixUserNick() const { @@ -564,6 +570,8 @@ QString QXmppPresence::mixUserNick() const } /// Sets the MIX participant's nickname. +/// +/// \since QXmpp 1.1 void QXmppPresence::setMixUserNick(const QString& mixUserNick) { -- cgit v1.2.3