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/QXmppEntityTimeIq.cpp | |
| parent | 255c1aabcd8d4e881f06ac55eadfc20274936df0 (diff) | |
doc fixes
Diffstat (limited to 'src/base/QXmppEntityTimeIq.cpp')
| -rw-r--r-- | src/base/QXmppEntityTimeIq.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/QXmppEntityTimeIq.cpp b/src/base/QXmppEntityTimeIq.cpp index ddb5f332..be3e0a64 100644 --- a/src/base/QXmppEntityTimeIq.cpp +++ b/src/base/QXmppEntityTimeIq.cpp @@ -63,6 +63,7 @@ void QXmppEntityTimeIq::setUtc(const QDateTime &utc) m_utc = utc; } +/// \cond bool QXmppEntityTimeIq::isEntityTimeIq(const QDomElement &element) { QDomElement timeElement = element.firstChildElement("time"); @@ -88,3 +89,4 @@ void QXmppEntityTimeIq::toXmlElementFromChild(QXmlStreamWriter *writer) const } writer->writeEndElement(); } +/// \endcond |
