summaryrefslogtreecommitdiffstats
path: root/qt-ui/divelogexportdialog.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-06-10 08:02:55 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-12 12:42:35 -0700
commit748198891d380858ef8338fac3279b8eaa13d75a (patch)
tree2380c8e7ff10f6c68a2ade5e0fa5d7b8ee124fe0 /qt-ui/divelogexportdialog.h
parent21be237b0e5608dc506bb0a09dcf8000c5a821ca (diff)
downloadsubsurface-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.h4
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