diff options
author | Robert C. Helling <helling@atdotde.de> | 2014-09-28 23:47:41 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-10-10 08:03:45 -0400 |
commit | 2282035a4d07548cb1677b16c5df97c7f98ea498 (patch) | |
tree | 71a5614d3db3ccc9a5540d0f28dd23bda0b4ef9d /qt-ui/divelogexportdialog.h | |
parent | d7150818dc9cb4f58b5bc8039b18eef9dbb22d2c (diff) | |
download | subsurface-2282035a4d07548cb1677b16c5df97c7f98ea498.tar.gz |
Add export for depths of images taken
This adds an option to the export dialog to write an ascii file containing
filenames of image files a tab and the depth at the time of the image
taken.
[Dirk Hohndel: whitespace cleanup]
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelogexportdialog.h')
-rw-r--r-- | qt-ui/divelogexportdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/divelogexportdialog.h b/qt-ui/divelogexportdialog.h index 8472f8075..0a603ced6 100644 --- a/qt-ui/divelogexportdialog.h +++ b/qt-ui/divelogexportdialog.h @@ -33,6 +33,7 @@ private: void exportHTMLsettings(const QString &filename); void exportHTMLstatistics(const QString &filename); void copy_and_overwrite(const QString &fileName, const QString &newName); + void export_depths(const char *filename, const bool selected_only); }; #endif // DIVELOGEXPORTDIALOG_H |