aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppPresence.cpp
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2019-10-23 13:23:39 +0200
committerLinus Jahn <lnj@kaidan.im>2019-10-23 13:26:48 +0200
commitda8fbd9f39bc5cbabb6b8780a8b21763f8ad1b96 (patch)
tree1574b80c5843f05f605099992e884668a44a30a9 /src/base/QXmppPresence.cpp
parent979918a40759064c01f31bc099217086b81936d9 (diff)
downloadqxmpp-da8fbd9f39bc5cbabb6b8780a8b21763f8ad1b96.tar.gz
Add \since QXmpp 1.1 to all new methods and classes
Methods of new classes have no \since tag.
Diffstat (limited to 'src/base/QXmppPresence.cpp')
-rw-r--r--src/base/QXmppPresence.cpp8
1 files changed, 8 insertions, 0 deletions
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)
{