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>
This commit is contained in:
Robert C. Helling 2019-02-02 14:41:53 +01:00 committed by Dirk Hohndel
parent 3998cb8245
commit c6732e9b26
7 changed files with 50 additions and 10 deletions

View file

@ -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