mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
b52b95f3ec
commit
560426bf82
3 changed files with 20 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue