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