Minor: only hwinf as parameter needed
This commit is contained in:
		@@ -2,9 +2,9 @@
 | 
			
		||||
#include "shared_mem_buffer.h"
 | 
			
		||||
#include "hwapi.h"
 | 
			
		||||
 | 
			
		||||
ReportingThread::ReportingThread(hwinf *hw, QString const &fileToDownload)
 | 
			
		||||
ReportingThread::ReportingThread(hwinf *hw)
 | 
			
		||||
  : m_hw(hw)
 | 
			
		||||
  , m_fileToDownload(fileToDownload) {
 | 
			
		||||
  , m_fileToDownload(m_hw->dcDownloadFileName()) {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
ReportingThread::~ReportingThread() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user