aboutsummaryrefslogtreecommitdiff
path: root/src/base
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2020-03-31 00:41:52 +0200
committerLinus Jahn <lnj@kaidan.im>2020-03-31 00:42:19 +0200
commitc54d4df9524439d6a989b72b88a1810ebbbcede6 (patch)
treec93743d3e93adfd8f2c7decd52f3be51d0acf80a /src/base
parent1cef71d96857825407be192788105a43eb5e1846 (diff)
downloadqxmpp-c54d4df9524439d6a989b72b88a1810ebbbcede6.tar.gz
QXmppPushEnableIq: Add missing \since tag
Diffstat (limited to 'src/base')
-rw-r--r--src/base/QXmppPushEnableIq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/QXmppPushEnableIq.h b/src/base/QXmppPushEnableIq.h
index d6bd0735..7db8dbed 100644
--- a/src/base/QXmppPushEnableIq.h
+++ b/src/base/QXmppPushEnableIq.h
@@ -34,6 +34,8 @@ class QXmppDataForm;
/// \brief This class represents an IQ to enable or disablepush notifications
/// on the user server.
///
+/// \since QXmpp 1.3
+///
class QXMPP_EXPORT QXmppPushEnableIq : public QXmppIq
{
public: