diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-06-20 18:48:21 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-06-20 18:48:21 -0300 |
commit | 062515ba6f92fa7b4d72403ed195b28ad6d996f7 (patch) | |
tree | c9ec05365574236c39f4b1b29117f1370fc22aaa /qt-ui/mainwindow.h | |
parent | fdd8a4811bd598cd661cda5a9c057749dc1a11d1 (diff) | |
download | subsurface-062515ba6f92fa7b4d72403ed195b28ad6d996f7.tar.gz |
Added back the menu entry 'Dive Planner'
Added back the menu entry Dive Planner, and removed the
calee code from the Print action.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.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 0693f07fd..85825958d 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -83,6 +83,7 @@ private slots: void on_actionInputPlan_triggered(); void on_actionAboutSubsurface_triggered(); void on_actionUserManual_triggered(); + void on_actionDivePlanner_triggered(); void current_dive_changed(int divenr); void initialUiSetup(); |