#ifndef UPDATE_DC_COMMAND_H_INCLUDED #define UPDATE_DC_COMMAND_H_INCLUDED #include "update_command.h" class UpdateDCCommand : public UpdateCommand { public: explicit UpdateDCCommand(QString const &command, Worker *worker, int start_timeout = 100000, int finish_timeout = 100000); protected slots: virtual void readyReadStandardOutput() override; }; #endif // UPDATE_DC_COMMAND_H_INCLUDED