forked from GerhardHoffmann/DCLibraries
		
	Add helpers:
virtual void dcDownloadStart() {}^M
virtual bool dcDownloadRequested() const { return false; }^M
virtual void dcDownloadResetRequest() {}^M
virtual QString dcDownloadFileName() const { return ""; }^M
virtual void dcDownloadReportStart() {}^M
			
			
This commit is contained in:
		| @@ -1307,8 +1307,11 @@ public: | ||||
|  | ||||
|     // download device controller | ||||
|     void dcDownloadInit(QString const &fileToDownload) override; | ||||
|     void dcDownloadStart(QString const &fileToDownload) override; | ||||
|     void dcDownloadReportStart(QString const &fileToDownload) override; | ||||
|     void dcDownloadStart() override; | ||||
|     bool dcDownloadRequested() const override; | ||||
|     QString dcDownloadFileName() const override; | ||||
|     void dcDownloadResetRequest() override; | ||||
|     void dcDownloadReportStart() override; | ||||
|     bool dcDownloadStarted() const override; | ||||
|     bool dcDownloadRunning() const override; | ||||
|     bool dcDownloadFinished() const override; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user