summaryrefslogtreecommitdiffstats
path: root/qt-ui/divelogexportdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/divelogexportdialog.h')
-rw-r--r--qt-ui/divelogexportdialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/qt-ui/divelogexportdialog.h b/qt-ui/divelogexportdialog.h
index fc1bfd335..390cd398b 100644
--- a/qt-ui/divelogexportdialog.h
+++ b/qt-ui/divelogexportdialog.h
@@ -23,8 +23,9 @@ slots:
private:
Ui::DiveLogExportDialog *ui;
void showExplanation();
- void exportHtmlInit(const QString& filename);
- void exportHTMLsettings(const QString& filename);
+ void exportHtmlInit(const QString &filename);
+ void exportHTMLsettings(const QString &filename);
+ void copy_and_overwrite(const QString &fileName, const QString &newName);
};
#endif // DIVELOGEXPORTDIALOG_H