diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-10 08:50:48 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-10 08:50:48 +0000 |
| commit | cca5561964cb41bec983fab76b0d10705be6eecd (patch) | |
| tree | c558e1413d54aa5d5e40aa7040e586780889f7c9 /source | |
| parent | d98bbdffd9f45ff8ecd1fece04cad2d93f5d0a9e (diff) | |
| download | qxmpp-cca5561964cb41bec983fab76b0d10705be6eecd.tar.gz | |
hide internals from doxygen
Diffstat (limited to 'source')
| -rw-r--r-- | source/QXmppRpcIq.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/QXmppRpcIq.h b/source/QXmppRpcIq.h index d6cf63ab..6ca92e5e 100644 --- a/source/QXmppRpcIq.h +++ b/source/QXmppRpcIq.h @@ -59,8 +59,10 @@ public: static bool isRpcResponseIq(const QDomElement &element); protected: + /// \cond void parseElementFromChild(const QDomElement &element); void toXmlElementFromChild(QXmlStreamWriter *writer) const; + /// \endcond private: int m_faultCode; @@ -90,8 +92,10 @@ public: static bool isRpcInvokeIq(const QDomElement &element); protected: + /// \cond void parseElementFromChild(const QDomElement &element); void toXmlElementFromChild(QXmlStreamWriter *writer) const; + /// \endcond private: QVariantList m_arguments; |
