aboutsummaryrefslogtreecommitdiffstats
path: root/core/divesitehelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/divesitehelpers.h')
-rw-r--r--core/divesitehelpers.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/core/divesitehelpers.h b/core/divesitehelpers.h
index 9227aa5c2..eabb156f4 100644
--- a/core/divesitehelpers.h
+++ b/core/divesitehelpers.h
@@ -2,18 +2,6 @@
#ifndef DIVESITEHELPERS_H
#define DIVESITEHELPERS_H
-#include "units.h"
-#include <QThread>
-
-class ReverseGeoLookupThread : public QThread {
-Q_OBJECT
-public:
- static ReverseGeoLookupThread *instance();
- void lookup(struct dive_site *ds);
- void run() override;
-
-private:
- ReverseGeoLookupThread(QObject *parent = 0);
-};
+void reverseGeoLookup();
#endif // DIVESITEHELPERS_H