MCPcopy Create free account
hub / github.com/QNapi/qnapi / whenResponse

Method whenResponse

libqnapi/src/utils/syncxmlrpc.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void SyncXmlRpc::whenResponse(QVariant &response) {
33 result = true;
34 resp = response;
35 loop.exit();
36}
37
38void SyncXmlRpc::whenFault(int err, const QString &msg) {
39 result = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected