diff options
| author | Linus Jahn <lnj@kaidan.im> | 2021-04-02 17:45:17 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2021-04-06 15:47:48 +0200 |
| commit | 57f19e416d80b1ea10bf2a4b1747772768df05e2 (patch) | |
| tree | 2b8e037abbdc5c0a4abbd7d38b1a2d861e707446 /src/base/QXmppNonSASLAuth.h | |
| parent | d2633da630ccc32d791f69e10744758a8c177128 (diff) | |
| download | qxmpp-57f19e416d80b1ea10bf2a4b1747772768df05e2.tar.gz | |
doc: Fix warnings from QXmppNonSASLAuthIq
Diffstat (limited to 'src/base/QXmppNonSASLAuth.h')
| -rw-r--r-- | src/base/QXmppNonSASLAuth.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/base/QXmppNonSASLAuth.h b/src/base/QXmppNonSASLAuth.h index 322a18ba..31697dc7 100644 --- a/src/base/QXmppNonSASLAuth.h +++ b/src/base/QXmppNonSASLAuth.h @@ -26,12 +26,6 @@ #include "QXmppIq.h" -/// -/// \brief QXmppNonSASLAuthIq represents a Non-SASL authentication IQ as -/// defined by \xep{0078}: Non-SASL Authentication. -/// -/// \ingroup Stanzas -/// class QXMPP_EXPORT QXmppNonSASLAuthIq : public QXmppIq { public: @@ -49,10 +43,10 @@ public: QString resource() const; void setResource(const QString &resource); + /// \cond static bool isNonSASLAuthIq(const QDomElement &element); protected: - /// \cond void parseElementFromChild(const QDomElement &element) override; void toXmlElementFromChild(QXmlStreamWriter *writer) const override; /// \endcond |
