aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppElement.h
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2021-04-02 16:35:33 +0200
committerLinus Jahn <lnj@kaidan.im>2021-04-06 15:47:48 +0200
commit06248e6ec8eab90e55b2d2155aa88645e5dec57d (patch)
treea7aeacba8628b908c3efb943b46241f9b37d5772 /src/base/QXmppElement.h
parentfae960ca44ae481c90ae0078604187030dc2396f (diff)
downloadqxmpp-06248e6ec8eab90e55b2d2155aa88645e5dec57d.tar.gz
Clean up QXmppElement
Diffstat (limited to 'src/base/QXmppElement.h')
-rw-r--r--src/base/QXmppElement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/QXmppElement.h b/src/base/QXmppElement.h
index 8492eeb6..9f80d80c 100644
--- a/src/base/QXmppElement.h
+++ b/src/base/QXmppElement.h
@@ -69,6 +69,7 @@ public:
private:
QXmppElement(QXmppElementPrivate *other);
+ // ### QXmpp2: Use an std::shared_ptr if possible?
QXmppElementPrivate *d;
};