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