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