HTML export: separate UI and logic code

In order to be able to initiate an HTML export from the core library we
need to separate the actual logic from the UI.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-06-16 06:34:40 -07:00
parent a2c546152e
commit 6a0e1cd9f6
5 changed files with 194 additions and 141 deletions

View file

@ -33,8 +33,6 @@ 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);
void export_depths(const char *filename, const bool selected_only);
};