diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-06-26 13:23:53 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-26 18:50:22 -0700 |
commit | 32928b38808ddac56021bc0ddb8ea2dd01c590fa (patch) | |
tree | f06eebd03b98c5dbf77469e0e52444657ab93735 /qt-ui/maintab.h | |
parent | 266e754d08499a4ed45024d4886c4e799e7951e7 (diff) | |
download | subsurface-32928b38808ddac56021bc0ddb8ea2dd01c590fa.tar.gz |
Dive site rewrite: create a dive site edit dialog without borders
Plan is to make it pretty later.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r-- | qt-ui/maintab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h index 39350c956..6193abaf7 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -56,7 +56,6 @@ public: signals: void addDiveFinished(); void dateTimeChanged(); - void requestDiveSiteAdd(); void diveSiteChanged(uint32_t uuid); public slots: @@ -96,6 +95,7 @@ slots: void enableGeoLookupEdition(); void disableGeoLookupEdition(); void setCurrentLocationIndex(); + void showDiveSiteSimpleEdit(); private: Ui::MainTab ui; WeightModel *weightModel; |