Minor: only hwinf as parameter needed

This commit is contained in:
Gerhard Hoffmann 2023-12-02 09:44:59 +01:00
parent 8a380c9845
commit cd4bddd169

View File

@ -2,9 +2,9 @@
#include "shared_mem_buffer.h" #include "shared_mem_buffer.h"
#include "hwapi.h" #include "hwapi.h"
ReportingThread::ReportingThread(hwinf *hw, QString const &fileToDownload) ReportingThread::ReportingThread(hwinf *hw)
: m_hw(hw) : m_hw(hw)
, m_fileToDownload(fileToDownload) { , m_fileToDownload(m_hw->dcDownloadFileName()) {
} }
ReportingThread::~ReportingThread() { ReportingThread::~ReportingThread() {