mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
4d6ff4c8d1
commit
5076e431d5
2 changed files with 35 additions and 0 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue