aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/globe.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-06-05 14:44:12 +0900
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-06-05 14:44:12 +0900
commitb533cf299fba1b2d9dd4737f109caf5aba042d7a (patch)
tree98c819b64ddf6ad68c064a4a70937d27fb653f43 /qt-ui/globe.h
parent6f979b48edf0e264a209e99d2164c7b4e8d925f4 (diff)
downloadsubsurface-b533cf299fba1b2d9dd4737f109caf5aba042d7a.tar.gz
Get single click on the map widget in a callback for further processing
Now Linus can write the code that selects the right dives... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/globe.h')
-rw-r--r--qt-ui/globe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/globe.h b/qt-ui/globe.h
index 44e50b6ed..41e95735c 100644
--- a/qt-ui/globe.h
+++ b/qt-ui/globe.h
@@ -31,6 +31,7 @@ private:
public Q_SLOTS:
void changeDiveGeoPosition(qreal lon,qreal lat,GeoDataCoordinates::Unit);
+ void mouseClicked(qreal lon, qreal lat, GeoDataCoordinates::Unit);
};
#endif