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.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;
};