Doc: Document QDBusReply copy constructor
Change-Id: Ice71b8d48f92b9ecd3075fba1927d3657934b018 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>bb10
parent
c81b172781
commit
e16137d2db
|
|
@ -74,6 +74,13 @@ QT_BEGIN_NAMESPACE
|
|||
\sa QDBusMessage, QDBusInterface
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn template<typename T> QDBusReply<T>::QDBusReply(const QDBusReply &other)
|
||||
\since 5.15
|
||||
|
||||
Constructs a copy of \a other.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn template<typename T> QDBusReply<T>::QDBusReply(const QDBusMessage &reply)
|
||||
Automatically construct a QDBusReply object from the reply message \a reply, extracting the
|
||||
|
|
|
|||
Loading…
Reference in New Issue