aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppSessionIq.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-12-10 08:57:35 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-12-10 08:57:35 +0000
commite4b647e931e862ccdac12ef4a6b4e58ab5e76211 (patch)
tree2c87da1a6c5e2217fec2b47e53d0a6b7ed1b8eb4 /src/QXmppSessionIq.h
parent4b8f6e0d4e795bf58994d73c25fa48495dafaa8e (diff)
downloadqxmpp-e4b647e931e862ccdac12ef4a6b4e58ab5e76211.tar.gz
fix some documentation warnings
Diffstat (limited to 'src/QXmppSessionIq.h')
-rw-r--r--src/QXmppSessionIq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/QXmppSessionIq.h b/src/QXmppSessionIq.h
index 3b6a7622..c0e68b4e 100644
--- a/src/QXmppSessionIq.h
+++ b/src/QXmppSessionIq.h
@@ -36,7 +36,9 @@
class QXmppSessionIq : public QXmppIq
{
public:
+ /// \cond
static bool isSessionIq(const QDomElement &element);
+ /// \endcond
private:
/// \cond