aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppElement.h')
-rw-r--r--source/QXmppElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppElement.h b/source/QXmppElement.h
index 780d00c0..2c179043 100644
--- a/source/QXmppElement.h
+++ b/source/QXmppElement.h
@@ -54,8 +54,8 @@ public:
void setAttribute(const QString &name, const QString &value);
void appendChild(const QXmppElement &child);
- QXmppElementList children() const;
QXmppElement firstChildElement(const QString &name = QString()) const;
+ QXmppElement nextSiblingElement(const QString &name = QString()) const;
void removeChild(const QXmppElement &child);
QString tagName() const;