summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
authorGravatar nikhil <nikhil.gosala@gmail.com>2014-12-17 09:29:41 +0530
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-17 21:38:04 -0800
commit71dbcdc0d625e5dc2a2bc2de5b8be1962fb92f9e (patch)
tree7e01caf3025f65ffaad7764d9cd562610817bf0b /qt-ui/mainwindow.h
parentb72c32da7defdbc0ff3100f13d1688f06770674a (diff)
downloadsubsurface-71dbcdc0d625e5dc2a2bc2de5b8be1962fb92f9e.tar.gz
Added the option of opening User Survey form explicitly
Earlier, there was no option for the user to explicitly open the User Survey form. This has been corrected by placing an option in the "Help" menu by which the user can explicity open the User Survey form. Signed-off-by: Nikhil Bharadwaj Gosala <nikhil.gosala@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 26f4176ac..8a9d6f38b 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -118,6 +118,7 @@ slots:
/* other menu actions */
void on_actionAboutSubsurface_triggered();
void on_actionUserManual_triggered();
+ void on_actionUserSurvey_triggered();
void on_actionDivePlanner_triggered();
void on_actionReplanDive_triggered();
void on_action_Check_for_Updates_triggered();