mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
mapwidget: add the coordinatesChanged() signal
Port from GlobeGPS. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
b89ecd5ab8
commit
97a3051089
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ public:
|
|||
static MapWidget *instance();
|
||||
void reload();
|
||||
|
||||
signals:
|
||||
void coordinatesChanged();
|
||||
|
||||
public slots:
|
||||
void centerOnDiveSite(struct dive_site *);
|
||||
void centerOnIndex(const QModelIndex& idx);
|
||||
|
|
Loading…
Reference in a new issue