diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-10 08:57:35 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-10 08:57:35 +0000 |
| commit | e4b647e931e862ccdac12ef4a6b4e58ab5e76211 (patch) | |
| tree | 2c87da1a6c5e2217fec2b47e53d0a6b7ed1b8eb4 /src/QXmppBindIq.h | |
| parent | 4b8f6e0d4e795bf58994d73c25fa48495dafaa8e (diff) | |
| download | qxmpp-e4b647e931e862ccdac12ef4a6b4e58ab5e76211.tar.gz | |
fix some documentation warnings
Diffstat (limited to 'src/QXmppBindIq.h')
| -rw-r--r-- | src/QXmppBindIq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/QXmppBindIq.h b/src/QXmppBindIq.h index 7fb1b66c..04a20b32 100644 --- a/src/QXmppBindIq.h +++ b/src/QXmppBindIq.h @@ -42,7 +42,9 @@ public: QString resource() const; void setResource(const QString&); + /// \cond static bool isBindIq(const QDomElement &element); + /// \endcond protected: /// \cond |
