From 3bdcb8f14ff62b44d7ddd021bf187f8f5cae5a59 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 19 Feb 2010 16:41:04 +0000 Subject: make QXmppElement API more like Qt's QDomElement --- source/QXmppElement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/QXmppElement.h') 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; -- cgit v1.2.3