summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/divelogexportdialog.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2019-02-02 14:41:53 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-04-08 09:54:19 +0300
commitc6732e9b269f977c08eb0d8b8d14b3822c3b5449 (patch)
tree71658658cac69107e9e909f7033fd59dc6aa6b5b /desktop-widgets/divelogexportdialog.h
parent3998cb82453ad9d41bedcd290af3925526cb1767 (diff)
downloadsubsurface-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.h2
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