summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/divesitehelpers.h2
-rw-r--r--core/downloadfromdcthread.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/divesitehelpers.h b/core/divesitehelpers.h
index 6016d52e2..9227aa5c2 100644
--- a/core/divesitehelpers.h
+++ b/core/divesitehelpers.h
@@ -10,7 +10,7 @@ Q_OBJECT
public:
static ReverseGeoLookupThread *instance();
void lookup(struct dive_site *ds);
- void run();
+ void run() override;
private:
ReverseGeoLookupThread(QObject *parent = 0);
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;