summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
authorGravatar Gehad elrobey <gehadelrobey@gmail.com>2015-03-25 16:07:42 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-03-30 12:53:09 -0700
commit412238720806e1d66f6a94418f2af7d6785d4452 (patch)
tree975c46ea19c50933fe16d999093b2d74f0848814 /qt-ui/mainwindow.h
parente2a0a51b29e2238958d281512a040756a5618a15 (diff)
downloadsubsurface-412238720806e1d66f6a94418f2af7d6785d4452.tar.gz
Manual added dives edit button is missing
once the manual added dive is added it can't be edited directly, This can be fixed by adding an edit button to the log menu, this will be consistent with the plan/replan buttons. Fixes #847 Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r--qt-ui/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h
index 22fd02d4d..7b6007bb4 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -113,6 +113,7 @@ slots:
void on_actionDivelogs_de_triggered();
void on_actionEditDeviceNames_triggered();
void on_actionAddDive_triggered();
+ void on_actionEditDive_triggered();
void on_actionRenumber_triggered();
void on_actionAutoGroup_triggered();
void on_actionYearlyStatistics_triggered();