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

Method QManagedRequest

gui/src/qcumber/qmanagedrequest.cpp:24–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22*/
23
24QManagedRequest::QManagedRequest(const QString& cmd, const QStringList& args)
25 : sCommand(cmd), lArguments(args) {}
26
27QManagedRequest::QManagedRequest(const QManagedRequest& r)
28 : sCommand(r.sCommand), lArguments(r.lArguments) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected