From e16137d2db2621372ce1e2ec4e88eb41fdc8fd0d Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 17 Mar 2020 23:23:29 +0100 Subject: Doc: Document QDBusReply copy constructor Change-Id: Ice71b8d48f92b9ecd3075fba1927d3657934b018 Reviewed-by: Lars Knoll Reviewed-by: Paul Wicking --- src/dbus/qdbusreply.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/dbus') diff --git a/src/dbus/qdbusreply.cpp b/src/dbus/qdbusreply.cpp index cd7193e02f..33bfadd701 100644 --- a/src/dbus/qdbusreply.cpp +++ b/src/dbus/qdbusreply.cpp @@ -74,6 +74,13 @@ QT_BEGIN_NAMESPACE \sa QDBusMessage, QDBusInterface */ +/*! + \fn template QDBusReply::QDBusReply(const QDBusReply &other) + \since 5.15 + + Constructs a copy of \a other. +*/ + /*! \fn template QDBusReply::QDBusReply(const QDBusMessage &reply) Automatically construct a QDBusReply object from the reply message \a reply, extracting the -- cgit v1.2.3