Added reporting slots.

This commit is contained in:
Gerhard Hoffmann 2023-12-03 19:40:44 +01:00
parent d2e11d8f07
commit 18590ed54b

View File

@ -92,6 +92,9 @@ private slots:
void readyReadStandardOutput();
void readyReadStandardError();
void finished(int exitCode, QProcess::ExitStatus exitStatus);
void onReportDCDownloadStatus(QString const &status);
void onReportDCDownloadSuccess(QString const &msg);
void onReportDCDownloadFailure(QString const &errorMsg);
};
#endif // UPDATE_H_INCLUDED