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

Method SyncXmlRpc

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

Source from the content-addressed store, hash-verified

15#include "syncxmlrpc.h"
16
17SyncXmlRpc::SyncXmlRpc(const QUrl &endPoint) : rpc(endPoint) {}
18
19bool SyncXmlRpc::request(const QString &method, const QVariantList &args) {
20 rpc.call(method, args, this, SLOT(whenResponse(QVariant &)), this,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected