From 18590ed54b917461ac7dbc37b1c3bdb101df99a5 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Sun, 3 Dec 2023 19:40:44 +0100 Subject: [PATCH] Added reporting slots. --- update.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update.h b/update.h index cb1d01a..2e6d205 100644 --- a/update.h +++ b/update.h @@ -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