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

Method toString

gui/src/qcumber/qmanagedrequest.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51QString QManagedRequest::toString() const {
52 return QString::fromUtf8(joinArguments(sCommand, lArguments));
53}
54
55QManagedRequest QManagedRequest::fromString(const QString& s) {
56 QManagedRequest r("");

Callers 3

setShowDockIconMethod · 0.45
writeConfigMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected