summaryrefslogtreecommitdiffstats
path: root/qt-ui/divelogexportdialog.h
diff options
context:
space:
mode:
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;