summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/divelogexportdialog.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2016-10-03 17:08:02 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-10-11 22:00:08 -0700
commit9b8a04089db640b835787ab1bb871298d47e89bf (patch)
tree239f75e7b95cb703439dc87cf2d1b96f63425b03 /desktop-widgets/divelogexportdialog.h
parent0d20344c901c697d109d2ac071293bcb47db039a (diff)
downloadsubsurface-9b8a04089db640b835787ab1bb871298d47e89bf.tar.gz
Export to TeX file initialized
This does the basic export as a TeX file including a template. It still lacks proper location parsing. Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/divelogexportdialog.h')
-rw-r--r--desktop-widgets/divelogexportdialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/divelogexportdialog.h b/desktop-widgets/divelogexportdialog.h
index e7cde318d..5d5ad146f 100644
--- a/desktop-widgets/divelogexportdialog.h
+++ b/desktop-widgets/divelogexportdialog.h
@@ -33,6 +33,7 @@ private:
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);
};
#endif // DIVELOGEXPORTDIALOG_H