forked from GerhardHoffmann/DCLibraries
Minor: only hwinf as parameter needed
This commit is contained in:
parent
cf621c02bd
commit
be16fe4981
@ -9,7 +9,7 @@ class DownloadThread : public QThread {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
DownloadThread(hwinf *hw, QString const &fileToDownload);
|
||||
DownloadThread(hwinf *hw);
|
||||
~DownloadThread();
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user