| 30 | } |
| 31 | |
| 32 | void SyncXmlRpc::whenResponse(QVariant &response) { |
| 33 | result = true; |
| 34 | resp = response; |
| 35 | loop.exit(); |
| 36 | } |
| 37 | |
| 38 | void SyncXmlRpc::whenFault(int err, const QString &msg) { |
| 39 | result = false; |
nothing calls this directly
no outgoing calls
no test coverage detected