En esta página

QRemoteObjectPendingReply Class

Una versión templada de QRemoteObjectPendingCall. Más...

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

Funciones Públicas

QRemoteObjectPendingReply<T>::Type returnValue() const

Descripción Detallada

Documentación de las funciones

QRemoteObjectPendingReply<T>::Type QRemoteObjectPendingReply::returnValue() const

Devuelve una versión fuertemente tipada del valor de retorno de la llamada remota.

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.