Dive site rewrite: fill and change the current 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-06-26 14:26:54 -03:00 committed by Dirk Hohndel
parent 6afd9161e8
commit 09f2d3b35d
2 changed files with 43 additions and 1 deletions

View file

@ -51,6 +51,11 @@ Q_OBJECT
public:
SimpleDiveSiteEditDialog(QWidget *parent);
virtual ~SimpleDiveSiteEditDialog();
public slots:
void on_diveSiteName_editingFinished();
void on_diveSiteCoordinates_editingFinished();
void on_diveSiteDescription_editingFinished();
void on_diveSiteNotes_editingFinished();
protected:
void showEvent(QShowEvent *ev);
private: