ATBUpdateTool/UpdatePTUDevCtrl/process/check_and_fetch_customer_repository_command.cpp

7 lines
299 B
C++
Raw Normal View History

2025-02-05 16:25:01 +01:00
#include "process/check_and_fetch_customer_repository_command.h"
CheckAndFetchCustomerRepositoryCommand::CheckAndFetchCustomerRepositoryCommand(
QString const &command, Worker *worker, int start_timeout, int finish_timeout)
: UpdateCommand(command, worker, start_timeout, finish_timeout) {
}