diff options
Diffstat (limited to 'src/base/QXmppPingIq.h')
| -rw-r--r-- | src/base/QXmppPingIq.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/base/QXmppPingIq.h b/src/base/QXmppPingIq.h index 93604301..e2582477 100644 --- a/src/base/QXmppPingIq.h +++ b/src/base/QXmppPingIq.h @@ -26,18 +26,15 @@ #include "QXmppIq.h" -/// -/// \brief QXmppPingIq represents a Ping IQ as defined by \xep{0199}: XMPP -/// Ping. -/// -/// \ingroup Stanzas -/// class QXMPP_EXPORT QXmppPingIq : public QXmppIq { public: QXmppPingIq(); - void toXmlElementFromChild(QXmlStreamWriter *writer) const override; static bool isPingIq(const QDomElement &element); + + /// \cond + void toXmlElementFromChild(QXmlStreamWriter *writer) const override; + /// \endcond }; #endif |
