ATBUpdateTool/UpdatePTUDevCtrl/process/update_filesystem_command.cpp

9 lines
393 B
C++

#include "process/update_filesystem_command.h"
UpdateFileSystemCommand::UpdateFileSystemCommand(QString const &command,
Worker *worker,
int start_timeout,
int finish_timeout)
: UpdateCommand(command, worker, start_timeout, finish_timeout) {
}