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 Robert C. Helling <helling@atdotde.de>2019-02-07 16:06:43 +0100
commitfe4a230245dc204a74ddffd16562976e7ffaa625 (patch)
treecee018920922181649053c26082e05f0a8ff2941 /desktop-widgets/divelogexportdialog.h
parentc9d8b4f605d55b99ec41ec1eaa008118889261c3 (diff)
downloadsubsurface-fe4a230245dc204a74ddffd16562976e7ffaa625.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>
Diffstat (limited to 'desktop-widgets/divelogexportdialog.h')
-rw-r--r--desktop-widgets/divelogexportdialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop-widgets/divelogexportdialog.h b/desktop-widgets/divelogexportdialog.h
index f06ed23dd..d7905dd94 100644
--- a/desktop-widgets/divelogexportdialog.h
+++ b/desktop-widgets/divelogexportdialog.h
@@ -34,6 +34,9 @@ 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, bool plain);
+ void exportProfile(const QString filename, const bool selected_only);
+ void saveProfile(const struct dive *dive, const QString filename);
+
};
#endif // DIVELOGEXPORTDIALOG_H