mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Filter out the dives that are not at dive_site.
Untested code to filter out dives that are not at the active dive_site. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ee7e511372
commit
ffffccee93
4 changed files with 33 additions and 6 deletions
|
@ -41,7 +41,7 @@ signals:
|
|||
void informationManagementEnded();
|
||||
void coordinatesChanged();
|
||||
void startFilterDiveSite(uint32_t uuid);
|
||||
void stopFilterFiveSite();
|
||||
void stopFilterDiveSite();
|
||||
private:
|
||||
struct dive_site *currentDs;
|
||||
Ui::LocationInformation ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue