summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
authorGravatar Joseph W. Joshua <joejoshw@gmail.com>2014-05-29 18:54:19 +0300
committerGravatar Thiago Macieira <thiago@macieira.org>2014-08-09 11:50:14 -0300
commitec02737eda780284562692168569d9dd3837a1a9 (patch)
tree83f6e03969b192b9c18f3a5e6d1c16531d20cdd7 /qt-ui/mainwindow.h
parentaf1d77056eaa419c281c88ff5c354a0bafe2b595 (diff)
downloadsubsurface-ec02737eda780284562692168569d9dd3837a1a9.tar.gz
Create Dive Computer configuration dialog
Create a dialog for reading and writing settings to and from dive computers, with a menu entry in MainWindow to open the dialog. I will build up on this dialog and change it as needed. Signed-off-by: Joseph W. Joshua <joejoshw@gmail.com> Signed-off-by: Thiago Macieira <thiago@macieira.org>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r--qt-ui/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h
index 5c0ec8efa..b9c8e4682 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -143,6 +143,8 @@ slots:
void on_profTogglePicture_clicked(bool triggered);
void on_actionExport_triggered();
+ void on_actionConfigure_Dive_Computer_triggered();
+
protected:
void closeEvent(QCloseEvent *);