10 lines
440 B
C++
10 lines
440 B
C++
|
#include "process/check_update_activation_command.h"
|
||
|
|
||
|
|
||
|
CheckUpdateActivationCommand::CheckUpdateActivationCommand(QString const &command,
|
||
|
Worker *worker,
|
||
|
int start_timeout,
|
||
|
int finish_timeout)
|
||
|
: UpdateCommand(command, worker, start_timeout, finish_timeout) {
|
||
|
}
|