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 265fb499e..3e2d7ddc0 100644 --- a/core/downloadfromdcthread.h +++ b/core/downloadfromdcthread.h @@ -63,7 +63,7 @@ class DownloadThread : public QThread { public: DownloadThread(); - void run(); + void run() override; DCDeviceData *data(); QString error; |