Offer the option to merge dive sites.

Almost finishing. :)

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-08-31 21:11:28 -03:00 committed by Dirk Hohndel
parent b52b95f3ec
commit 560426bf82
3 changed files with 20 additions and 1 deletions

View file

@ -9,6 +9,8 @@ class LocationInformationWidget : public QGroupBox {
Q_OBJECT
public:
LocationInformationWidget(QWidget *parent = 0);
virtual bool eventFilter(QObject*, QEvent*);
protected:
void showEvent(QShowEvent *);
@ -35,6 +37,7 @@ signals:
void stopFilterDiveSite();
void requestCoordinates();
void endRequestCoordinates();
private:
Ui::LocationInformation ui;
bool modified;