diff options
author | Tomaz Canabrava <tomaz.canabrava@gmail.com> | 2015-07-25 12:30:20 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-25 13:51:44 -0700 |
commit | 1aaa37e5116148652a9ce7193d14320e30ee5bb1 (patch) | |
tree | b1062eadd1f4480772afd49fd81b67af346c5a44 /qt-ui/mainwindow.h | |
parent | 156ad42a3cc9e17082d13bcb232de551279f4c8b (diff) | |
download | subsurface-1aaa37e5116148652a9ce7193d14320e30ee5bb1.tar.gz |
Re-enable the dive site edit
Since now we found the perfect way to deal with dive site handling on the
dive, we can reenable this widget.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index b1f6c5ca3..f3a0f221b 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -139,6 +139,7 @@ slots: void on_actionReplanDive_triggered(); void on_action_Check_for_Updates_triggered(); + void on_actionDiveSiteEdit_triggered(); void current_dive_changed(int divenr); void initialUiSetup(); |