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:
Tomaz Canabrava 2015-05-26 17:42:45 -03:00 committed by Dirk Hohndel
parent ee7e511372
commit ffffccee93
4 changed files with 33 additions and 6 deletions

View file

@ -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;