diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-19 15:49:17 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-19 15:49:17 +0000 |
| commit | c984459de1b0712dd1869112f418762539e1d36f (patch) | |
| tree | 6b5aa816be585ac6486eeba20cabf586da3fc1ce /source/QXmppVersionIq.h | |
| parent | 9d32f3dabc8f5f96a9f89eb44b8c42956ac3aabf (diff) | |
| download | qxmpp-c984459de1b0712dd1869112f418762539e1d36f.tar.gz | |
improve code documentation
Diffstat (limited to 'source/QXmppVersionIq.h')
| -rw-r--r-- | source/QXmppVersionIq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/QXmppVersionIq.h b/source/QXmppVersionIq.h index 93d91cbd..46bd5714 100644 --- a/source/QXmppVersionIq.h +++ b/source/QXmppVersionIq.h @@ -46,8 +46,10 @@ public: static bool isVersionIq(const QDomElement &element); protected: + /// \cond void parseElementFromChild(const QDomElement &element); void toXmlElementFromChild(QXmlStreamWriter *writer) const; + /// \endcond private: QString m_name; |
