diff options
author | 2019-02-02 14:41:53 +0100 | |
---|---|---|
committer | 2019-04-08 09:54:19 +0300 | |
commit | c6732e9b269f977c08eb0d8b8d14b3822c3b5449 (patch) | |
tree | 71658658cac69107e9e909f7033fd59dc6aa6b5b /desktop-widgets/divelogexportdialog.h | |
parent | 3998cb82453ad9d41bedcd290af3925526cb1767 (diff) | |
download | subsurface-c6732e9b269f977c08eb0d8b8d14b3822c3b5449.tar.gz |
Export profile image
With Facebook support gone, we should offer a way to export
the profile image. This has been part of the TeX support
but this makes it explicit.
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop-widgets/divelogexportdialog.h b/desktop-widgets/divelogexportdialog.h index f872487d6..cd1c56112 100644 --- a/desktop-widgets/divelogexportdialog.h +++ b/desktop-widgets/divelogexportdialog.h @@ -34,6 +34,8 @@ private: 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); + void exportProfile(const QString filename, const bool selected_only); + void saveProfile(const struct dive *dive, const QString filename); }; #endif // DIVELOGEXPORTDIALOG_H |