diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-08-25 18:27:19 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-08-25 17:58:46 -0700 |
commit | aaa70ff56e2b5891f1c8241bf10a8e236bf86108 (patch) | |
tree | 579161ce0442d3d0f55609f1f643dd144bf96bc3 /qt-ui/mainwindow.h | |
parent | 028f0401f652334d033cb01b7c1a49609b9e69b4 (diff) | |
download | subsurface-aaa70ff56e2b5891f1c8241bf10a8e236bf86108.tar.gz |
Turn the get taxonomy button into a manage dive site button
The get taxonomy button will be inside the manage dive site interface.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index 759132146..713ab9d61 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -178,6 +178,9 @@ slots: protected: void closeEvent(QCloseEvent *); +signals: + void startDiveSiteEdit(); + public slots: void turnOffNdlTts(); |