aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppElement.h
diff options
context:
space:
mode:
author0xd34df00d <0xd34df00d@gmail.com>2014-02-28 23:37:16 +0400
committer0xd34df00d <0xd34df00d@gmail.com>2014-02-28 23:37:16 +0400
commit3f73de1f0305fb2cd62ef81416c331fbb59d27e7 (patch)
tree248b48ee87f428c7a34d8717d74f6bc49d8a130f /src/base/QXmppElement.h
parent5619a6e81498da219561b7c9b030a07d89b76c41 (diff)
downloadqxmpp-3f73de1f0305fb2cd62ef81416c331fbb59d27e7.tar.gz
QXmppElement::sourceDomElement().
Diffstat (limited to 'src/base/QXmppElement.h')
-rw-r--r--src/base/QXmppElement.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/QXmppElement.h b/src/base/QXmppElement.h
index e9cb608e..346e7750 100644
--- a/src/base/QXmppElement.h
+++ b/src/base/QXmppElement.h
@@ -43,6 +43,8 @@ public:
QXmppElement(const QDomElement &element);
~QXmppElement();
+ const QDomElement &sourceDomElement() const;
+
QStringList attributeNames() const;
QString attribute(const QString &name) const;