aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/divelogexportdialog.h
diff options
context:
space:
mode:
authorGravatar Gehad <gehadelrobey@gmail.com>2014-05-23 23:28:08 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-05-24 06:41:49 -0700
commit2b2e2f52c037e6660808f2e47983a2103fee32a6 (patch)
treecbe1f31f894d0cab372f64a29545953c67ab6283 /qt-ui/divelogexportdialog.h
parent5ba573240f5caf5d7548245ef1066b6f3cbbf951 (diff)
downloadsubsurface-2b2e2f52c037e6660808f2e47983a2103fee32a6.tar.gz
Add descriptions for different formats in the export dialog
When choosing a format from the export dialog a two line description of the format appears. This is helpful and prevents confusion. Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelogexportdialog.h')
-rw-r--r--qt-ui/divelogexportdialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/divelogexportdialog.h b/qt-ui/divelogexportdialog.h
index 998df4971..8020b481c 100644
--- a/qt-ui/divelogexportdialog.h
+++ b/qt-ui/divelogexportdialog.h
@@ -2,6 +2,7 @@
#define DIVELOGEXPORTDIALOG_H
#include <QDialog>
+#include <QAbstractButton>
namespace Ui {
class DiveLogExportDialog;
@@ -17,6 +18,7 @@ public:
private
slots:
void on_buttonBox_accepted();
+ void on_exportGroup_buttonClicked(QAbstractButton *);
private:
Ui::DiveLogExportDialog *ui;