diff options
Diffstat (limited to 'src/base/QXmppElement.h')
| -rw-r--r-- | src/base/QXmppElement.h | 2 |
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; |
