ATBUpdateTool/UpdatePTUDevCtrl/process/update_filesystem_command.h

15 lines
456 B
C
Raw Normal View History

2025-02-05 16:25:01 +01:00
#ifndef UPDATE_FS_COMMAND_H_INCLUDED
#define UPDATE_FS_COMMAND_H_INCLUDED
#include "update_command.h"
class UpdateFileSystemCommand : public UpdateCommand {
public:
explicit UpdateFileSystemCommand(QString const &command,
Worker *worker,
int start_timeout = 100000,
int finish_timeout = 100000);
};
#endif // UPDATE_FS_COMMAND_H_INCLUDED