diff options
Diffstat (limited to 'desktop-widgets/divelogexportdialog.h')
-rw-r--r-- | desktop-widgets/divelogexportdialog.h | 1 |
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 |