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

Method getResponse

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

Source from the content-addressed store, hash-verified

24}
25
26QVariant SyncXmlRpc::getResponse() const { return resp; }
27
28QVariant SyncXmlRpc::getError() const {
29 return QString::number(error) + " " + message;

Callers 3

lookForSubtitlesMethod · 0.80
downloadMethod · 0.80
loginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected