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>
This commit is contained in:
Tomaz Canabrava 2014-06-10 08:02:55 -03:00 committed by Dirk Hohndel
parent 21be237b0e
commit 748198891d
2 changed files with 17 additions and 33 deletions

View file

@ -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