forked from GerhardHoffmann/DCLibraries
Minor: only hwinf as parameter needed
This commit is contained in:
parent
8a380c9845
commit
cd4bddd169
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user