summaryrefslogtreecommitdiffstats
path: root/qt-ui/divelogexportdialog.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-16 06:34:40 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-16 14:04:41 -0700
commit6a0e1cd9f6da893a7da4fa82de6ef47bb645f617 (patch)
treed38e7f4c7b4ff8c3758c9300e3bdfcaf55695a66 /qt-ui/divelogexportdialog.h
parenta2c546152ebfd0e01dd7021433aa04b94150bf4a (diff)
downloadsubsurface-6a0e1cd9f6da893a7da4fa82de6ef47bb645f617.tar.gz
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>
Diffstat (limited to 'qt-ui/divelogexportdialog.h')
-rw-r--r--qt-ui/divelogexportdialog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/divelogexportdialog.h b/qt-ui/divelogexportdialog.h
index 14f8f4539..a5b5cc770 100644
--- a/qt-ui/divelogexportdialog.h
+++ b/qt-ui/divelogexportdialog.h
@@ -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);
};