provide (dummies) for receiving responses from binaries

This commit is contained in:
2025-02-06 16:25:50 +01:00
parent 44585f2c59
commit 238f2498b7
19 changed files with 162 additions and 4 deletions

View File

@@ -9,6 +9,8 @@ public:
Worker *worker,
int start_timeout = 100000,
int finish_timeout = 100000);
protected slots:
virtual void readyReadStandardOutput() override;
};
#endif // CHECK_AND_FETCH_CUSTOMER_REPOSITORY_COMMAND_H_INCLUDED