#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) { }