diff options
| author | Linus Jahn <lnj@kaidan.im> | 2020-08-08 16:56:51 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2020-08-08 16:58:43 +0200 |
| commit | b1c432dd28ec5e7e105b4b6249b395effb94047e (patch) | |
| tree | 50e3533d5698a7f657ed9548256533eb6d8d0819 /src/base | |
| parent | e146bacb8d3ce0e9941a6157bbd82f704dbfba00 (diff) | |
| download | qxmpp-b1c432dd28ec5e7e105b4b6249b395effb94047e.tar.gz | |
doc: Add QXmppPushEnableIq to Stanzas group
Diffstat (limited to 'src/base')
| -rw-r--r-- | src/base/QXmppPushEnableIq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/QXmppPushEnableIq.h b/src/base/QXmppPushEnableIq.h index 7db8dbed..ee05b24a 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. /// +/// \ingroup Stanzas +/// /// \since QXmpp 1.3 /// class QXMPP_EXPORT QXmppPushEnableIq : public QXmppIq |
