diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2014-08-04 10:30:31 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-08-04 10:03:12 -0700 |
commit | 5076e431d5388b2d142628cb2c5a18a45e22666a (patch) | |
tree | 27ca8a81f5a74d11f720438e5f105f9f4bdade55 /qt-ui/divelogexportdialog.h | |
parent | 4d6ff4c8d1836361900a257f25ce83d8e639745b (diff) | |
download | subsurface-5076e431d5388b2d142628cb2c5a18a45e22666a.tar.gz |
HTML: export yearly statistics to JSON files.
Save Yearly statistics as JSON data to the stats_files.
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
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 11775053a..e398a5a05 100644 --- a/qt-ui/divelogexportdialog.h +++ b/qt-ui/divelogexportdialog.h @@ -25,6 +25,7 @@ private: void showExplanation(); void exportHtmlInit(const QString &filename); void exportHTMLsettings(const QString &filename); + void exportHTMLstatistics(const QString &filename); void copy_and_overwrite(const QString &fileName, const QString &newName); }; |