mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add various enhancements to profile export and dive data copy
... as suggested by Lubomir. Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f72853a597
commit
95326274be
5 changed files with 55 additions and 37 deletions
|
|
@ -34,7 +34,7 @@ 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 exportProfile(QString filename, const bool selected_only);
|
||||
void saveProfile(const struct dive *dive, const QString filename);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue