QRemoteObjectPendingReply 类

template <typename T> class QRemoteObjectPendingReply

模板化版本的 QRemoteObjectPendingCall . 更多...

头: #include <QRemoteObjectPendingReply>
CMake: find_package(Qt6 COMPONENTS RemoteObjects REQUIRED)
target_link_libraries(mytarget PRIVATE Qt6::RemoteObjects)
qmake: QT += remoteobjects
继承: QRemoteObjectPendingCall

公共函数

QRemoteObjectPendingReply::Type returnValue () const

详细描述

成员函数文档编制

QRemoteObjectPendingReply::Type QRemoteObjectPendingReply:: returnValue () const

Returns a strongly typed version of the return value of the remote call.