aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/divelogexportdialog.h
diff options
context:
space:
mode:
authorGravatar Gehad elrobey <gehadelrobey@gmail.com>2014-06-01 07:38:59 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-03 21:07:45 -0700
commite21032c99b33ebb9b0067c9314595ae75030740f (patch)
treee2b5fc4aafc5e61594964c6022915236e7d36e3d /qt-ui/divelogexportdialog.h
parentb6fce3f5562178b22e44dbe72742e9674e43e4cc (diff)
downloadsubsurface-e21032c99b33ebb9b0067c9314595ae75030740f.tar.gz
Add HTML tab in export dialog
- Separate the export dialog into two tabs general exports for other exports and HTML export. - Save HTML settings to JSON file - Copy HTML templates to the exporting directory Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Miika Turkia <miika.turkia@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 92510a7aa..8322fa1d1 100644
--- a/qt-ui/divelogexportdialog.h
+++ b/qt-ui/divelogexportdialog.h
@@ -23,6 +23,8 @@ slots:
private:
Ui::DiveLogExportDialog *ui;
void showExplanation();
+ void exportHtmlInit(QString filename);
+ void exportHTMLsettings(QString filename);
};
#endif // DIVELOGEXPORTDIALOG_H