From 23619543b2a89fb2087116531479269a777d1a21 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Sat, 2 Dec 2023 09:44:32 +0100 Subject: [PATCH] Minor: only hwinf as parameter needed --- include/reporting_thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/reporting_thread.h b/include/reporting_thread.h index 7250c53..0d62609 100644 --- a/include/reporting_thread.h +++ b/include/reporting_thread.h @@ -9,7 +9,7 @@ class ReportingThread : public QThread { Q_OBJECT public: - ReportingThread(hwinf *hw, QString const &fileToDownload); + ReportingThread(hwinf *hw); ~ReportingThread(); protected: