diff options
Diffstat (limited to 'qt-ui/divelogexportdialog.h')
-rw-r--r-- | qt-ui/divelogexportdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/divelogexportdialog.h b/qt-ui/divelogexportdialog.h index 8322fa1d1..fc1bfd335 100644 --- a/qt-ui/divelogexportdialog.h +++ b/qt-ui/divelogexportdialog.h @@ -23,8 +23,8 @@ slots: private: Ui::DiveLogExportDialog *ui; void showExplanation(); - void exportHtmlInit(QString filename); - void exportHTMLsettings(QString filename); + void exportHtmlInit(const QString& filename); + void exportHTMLsettings(const QString& filename); }; #endif // DIVELOGEXPORTDIALOG_H |