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

Method runP7Zip

libqnapi/src/utils/p7zipdecoder.cpp:60–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60bool P7ZipDecoder::runP7Zip(const QStringList& args) const {
61 QProcess p7zip;
62 p7zip.start(p7zipPath, args);
63
64 bool result = p7zip.waitForFinished(operationTimeoutMsecs);
65
66 p7zip.close();
67
68 return result;
69}
70
71QString P7ZipDecoder::readP7ZipOutput(const QStringList& args) const {
72 QProcess p7zip;

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected