Minor: only hwinf as parameter needed

This commit is contained in:
Gerhard Hoffmann 2023-12-02 09:44:32 +01:00
parent be16fe4981
commit 23619543b2

View File

@ -9,7 +9,7 @@ class ReportingThread : public QThread {
Q_OBJECT
public:
ReportingThread(hwinf *hw, QString const &fileToDownload);
ReportingThread(hwinf *hw);
~ReportingThread();
protected: