| 28 | : sCommand(r.sCommand), lArguments(r.lArguments) {} |
| 29 | |
| 30 | QManagedRequest::~QManagedRequest() { |
| 31 | sCommand.clear(); |
| 32 | lArguments.clear(); |
| 33 | } |
| 34 | |
| 35 | QManagedRequest QManagedRequest::createSystemRequest(const QStringList& args, |
| 36 | int id) { |
nothing calls this directly
no outgoing calls
no test coverage detected