This commit is contained in:
Gerhard Hoffmann 2025-02-05 16:30:48 +01:00
parent 31aa7c0584
commit c98b01d002

View File

@ -3,6 +3,7 @@
ExecOpkgCommand::ExecOpkgCommand(QString const &command,
Worker *worker,
bool noaction,
int start_timeout,
int finish_timeout)
: UpdateCommand(command, worker, start_timeout, finish_timeout)