MCPcopy Create free account
hub / github.com/QNapi/qnapi / ~QManagedRequest

Method ~QManagedRequest

gui/src/qcumber/qmanagedrequest.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 : sCommand(r.sCommand), lArguments(r.lArguments) {}
29
30QManagedRequest::~QManagedRequest() {
31 sCommand.clear();
32 lArguments.clear();
33}
34
35QManagedRequest QManagedRequest::createSystemRequest(const QStringList& args,
36 int id) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected