| 26 | QVariant SyncXmlRpc::getResponse() const { return resp; } |
| 27 | |
| 28 | QVariant SyncXmlRpc::getError() const { |
| 29 | return QString::number(error) + " " + message; |
| 30 | } |
| 31 | |
| 32 | void SyncXmlRpc::whenResponse(QVariant &response) { |
| 33 | result = true; |
nothing calls this directly
no outgoing calls
no test coverage detected