summaryrefslogtreecommitdiffstats
path: root/divesitehelpers.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-02 07:03:03 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-02 07:03:03 -0700
commitf554c2d16cb5816b6b1a97b0349488bc70b512b0 (patch)
tree60811b1d64c2f37378ed20147f829cf74849d1dd /divesitehelpers.h
parent1d59b028c91ab7943cfece4a113948c61110dfc3 (diff)
parent0a0a6f07d5dbb2c24184d22c3c2cedf89ffdc7ac (diff)
downloadsubsurface-f554c2d16cb5816b6b1a97b0349488bc70b512b0.tar.gz
Merge branch 'taxonomy'
Diffstat (limited to 'divesitehelpers.h')
-rw-r--r--divesitehelpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/divesitehelpers.h b/divesitehelpers.h
index dad60be36..a08069bc0 100644
--- a/divesitehelpers.h
+++ b/divesitehelpers.h
@@ -8,6 +8,7 @@ class ReverseGeoLookupThread : public QThread {
Q_OBJECT
public:
static ReverseGeoLookupThread *instance();
+ void lookup(struct dive_site *ds);
void run() Q_DECL_OVERRIDE;
private: