Support for ATBUpdateOpkg

This commit is contained in:
2025-02-18 14:56:13 +01:00
parent de9182bdc9
commit b25b66395f
2 changed files with 64 additions and 6 deletions

View File

@@ -6,6 +6,9 @@
class ExecOpkgCommand : public UpdateCommand {
bool m_noaction{false};
QString m_standardOutput{};
int m_ok_count{};
int m_fail_count{};
public:
explicit ExecOpkgCommand(QString const &command,
Worker *worker,