diff options
Diffstat (limited to 'source/QXmppByteStreamIq.h')
| -rw-r--r-- | source/QXmppByteStreamIq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/QXmppByteStreamIq.h b/source/QXmppByteStreamIq.h index c3f8db02..401929f5 100644 --- a/source/QXmppByteStreamIq.h +++ b/source/QXmppByteStreamIq.h @@ -80,8 +80,10 @@ public: static bool isByteStreamIq(const QDomElement &element); protected: + /// \cond void parseElementFromChild(const QDomElement &element); void toXmlElementFromChild(QXmlStreamWriter *writer) const; + /// \endcond private: Mode m_mode; |
