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

Method checkP7ZipPath

gui/src/qnapi.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35QNapi::~QNapi() { cleanup(); }
36
37bool QNapi::checkP7ZipPath() {
38 return QFileInfo(config.generalConfig().p7zipPath()).isExecutable();
39}
40
41bool QNapi::checkTmpPath() {
42 QFileInfo f(config.generalConfig().tmpPath());

Callers 2

execMethod · 0.80
downloadMethod · 0.80

Calls 2

p7zipPathMethod · 0.80
generalConfigMethod · 0.80

Tested by

no test coverage detected