9 lines
339 B
C++
9 lines
339 B
C++
|
#include "process/update_json_command.h"
|
||
|
|
||
|
UpdateJsonCommand::UpdateJsonCommand(QString const &command,
|
||
|
Worker *worker,
|
||
|
int start_timeout,
|
||
|
int finish_timeout)
|
||
|
: UpdateCommand(command, worker, start_timeout, finish_timeout) {
|
||
|
}
|