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/QXmppStanza.cpp | |
| parent | 255c1aabcd8d4e881f06ac55eadfc20274936df0 (diff) | |
| download | qxmpp-175fb8b883af4edfcfb4ff3dd2c1fb29dfdf3ceb.tar.gz | |
doc fixes
Diffstat (limited to 'src/base/QXmppStanza.cpp')
| -rw-r--r-- | src/base/QXmppStanza.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/base/QXmppStanza.cpp b/src/base/QXmppStanza.cpp index cbe69215..b00531f3 100644 --- a/src/base/QXmppStanza.cpp +++ b/src/base/QXmppStanza.cpp @@ -95,6 +95,7 @@ void QXmppStanza::Error::setType(QXmppStanza::Error::Type type) m_type = type; } +/// \cond QString QXmppStanza::Error::getTypeStr() const { switch(m_type) @@ -287,6 +288,7 @@ void QXmppStanza::Error::toXml( QXmlStreamWriter *writer ) const writer->writeEndElement(); } +/// \endcond /// Constructs a QXmppStanza with the specified sender and recipient. /// @@ -404,6 +406,7 @@ void QXmppStanza::setExtensions(const QXmppElementList &extensions) m_extensions = extensions; } +/// \cond void QXmppStanza::generateAndSetNextId() { // get back @@ -422,4 +425,4 @@ void QXmppStanza::parse(const QDomElement &element) if(!errorElement.isNull()) m_error.parse(errorElement); } - +/// \endcond |
