adding commnds to execute
This commit is contained in:
10
UpdatePTUDevCtrl/process/exec_opkg_command.cpp
Normal file
10
UpdatePTUDevCtrl/process/exec_opkg_command.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#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) {
|
||||
}
|
Reference in New Issue
Block a user