diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 18:34:27 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 18:34:27 +0200 |
| commit | 175fb8b883af4edfcfb4ff3dd2c1fb29dfdf3ceb (patch) | |
| tree | bcb07029ee5318c3413dd9a5b02710591ae90d63 /src/base/QXmppDiscoveryIq.cpp | |
| parent | 255c1aabcd8d4e881f06ac55eadfc20274936df0 (diff) | |
| download | qxmpp-175fb8b883af4edfcfb4ff3dd2c1fb29dfdf3ceb.tar.gz | |
doc fixes
Diffstat (limited to 'src/base/QXmppDiscoveryIq.cpp')
| -rw-r--r-- | src/base/QXmppDiscoveryIq.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/base/QXmppDiscoveryIq.cpp b/src/base/QXmppDiscoveryIq.cpp index 6f291f5f..5ded03e4 100644 --- a/src/base/QXmppDiscoveryIq.cpp +++ b/src/base/QXmppDiscoveryIq.cpp @@ -238,6 +238,7 @@ QByteArray QXmppDiscoveryIq::verificationString() const return hasher.result(); } +/// \cond bool QXmppDiscoveryIq::isDiscoveryIq(const QDomElement &element) { QDomElement queryElement = element.firstChildElement("query"); @@ -334,4 +335,4 @@ void QXmppDiscoveryIq::toXmlElementFromChild(QXmlStreamWriter *writer) const writer->writeEndElement(); } - +/// \endcond |
