aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppElement.h')
-rw-r--r--src/base/QXmppElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/QXmppElement.h b/src/base/QXmppElement.h
index 346e7750..ac41b222 100644
--- a/src/base/QXmppElement.h
+++ b/src/base/QXmppElement.h
@@ -43,7 +43,7 @@ public:
QXmppElement(const QDomElement &element);
~QXmppElement();
- const QDomElement &sourceDomElement() const;
+ QDomElement sourceDomElement() const;
QStringList attributeNames() const;