diff options
Diffstat (limited to 'core/downloadfromdcthread.h')
-rw-r--r-- | core/downloadfromdcthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/downloadfromdcthread.h b/core/downloadfromdcthread.h index ed46dd39e..185f62aa4 100644 --- a/core/downloadfromdcthread.h +++ b/core/downloadfromdcthread.h @@ -63,7 +63,7 @@ class DownloadThread : public QThread { public: DownloadThread(); - void run() override; + void run(); DCDeviceData *data(); QString error; |