11 lines
349 B
C++
11 lines
349 B
C++
|
#include "process/exec_opkg_command.h"
|
||
|
|
||
|
|
||
|
ExecOpkgCommand::ExecOpkgCommand(QString const &command,
|
||
|
Worker *worker,
|
||
|
int start_timeout,
|
||
|
int finish_timeout)
|
||
|
: UpdateCommand(command, worker, start_timeout, finish_timeout)
|
||
|
, m_noaction(m_noaction) {
|
||
|
}
|