summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/divelogexportdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-widgets/divelogexportdialog.h')
-rw-r--r--desktop-widgets/divelogexportdialog.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop-widgets/divelogexportdialog.h b/desktop-widgets/divelogexportdialog.h
index ce6106be0..c1d7d8b98 100644
--- a/desktop-widgets/divelogexportdialog.h
+++ b/desktop-widgets/divelogexportdialog.h
@@ -4,7 +4,6 @@
#include <QDialog>
#include <QTextStream>
-#include <QFuture>
#include "core/statistics.h"
class QAbstractButton;
@@ -28,14 +27,9 @@ slots:
void on_exportGroup_buttonClicked(QAbstractButton *);
private:
- QFuture<int> future;
Ui::DiveLogExportDialog *ui;
void showExplanation();
void exportHtmlInit(const QString &filename);
- void export_depths(const char *filename, const bool selected_only);
- void export_TeX(const char *filename, const bool selected_only, bool plain);
- void exportProfile(QString filename, const bool selected_only);
- void saveProfile(const struct dive *dive, const QString filename);
};