diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-06-10 08:02:55 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-12 12:42:35 -0700 |
commit | 748198891d380858ef8338fac3279b8eaa13d75a (patch) | |
tree | 2380c8e7ff10f6c68a2ade5e0fa5d7b8ee124fe0 /qt-ui/divelogexportdialog.h | |
parent | 21be237b0e5608dc506bb0a09dcf8000c5a821ca (diff) | |
download | subsurface-748198891d380858ef8338fac3279b8eaa13d75a.tar.gz |
Much needed clean on the HTML export dialog code.
Correct usage of QFile, QString and code cleanup.
[Dirk Hohndel: plus whitespace cleanup and removal of qDebug() calls]
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 |