adding commnds to execute
This commit is contained in:
8
UpdatePTUDevCtrl/process/update_filesystem_command.cpp
Normal file
8
UpdatePTUDevCtrl/process/update_filesystem_command.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#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) {
|
||||
}
|
Reference in New Issue
Block a user