provide (dummies) for receiving responses from binaries
This commit is contained in:
@@ -43,10 +43,12 @@ public:
|
||||
int exitCode() const { return m_exitCode; }
|
||||
|
||||
void setWorker(Worker *worker) {m_worker = worker; }
|
||||
Worker const *worker() const { return m_worker; }
|
||||
Worker *worker() { return m_worker; }
|
||||
|
||||
protected slots:
|
||||
void readyReadStandardOutput();
|
||||
void readyReadStandardError();
|
||||
virtual void readyReadStandardOutput();
|
||||
virtual void readyReadStandardError();
|
||||
virtual void finished(int exitCode, QProcess::ExitStatus exitStatus);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user