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>
This commit is contained in:
parent
041d38cc0e
commit
6a37d24a5a
5 changed files with 55 additions and 38 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, bool plain);
|
||||
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