From a89533bf372839a7e6992dda5f60ecfc319217fe Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Tue, 3 Jun 2014 20:53:43 +0300 Subject: Fix HTML export white space issues Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- qt-ui/divelogexportdialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qt-ui/divelogexportdialog.cpp') diff --git a/qt-ui/divelogexportdialog.cpp b/qt-ui/divelogexportdialog.cpp index 938a19d85..ada5dabcf 100644 --- a/qt-ui/divelogexportdialog.cpp +++ b/qt-ui/divelogexportdialog.cpp @@ -15,7 +15,7 @@ #include "helpers.h" DiveLogExportDialog::DiveLogExportDialog(QWidget *parent) : QDialog(parent), - ui(new Ui::DiveLogExportDialog) + ui(new Ui::DiveLogExportDialog) { ui->setupUi(this); showExplanation(); @@ -83,7 +83,7 @@ void DiveLogExportDialog::exportHtmlInit(QString filename) QString searchPath = getSubsurfaceDataPath("theme"); if (searchPath == "") { - return ; + return; } QFile *tmpFile; @@ -179,7 +179,7 @@ void DiveLogExportDialog::on_buttonBox_accepted() break; case 1: filename = QFileDialog::getSaveFileName(this, tr("Export Subsurface"), lastDir, - tr("Folders"),0 , QFileDialog::ShowDirsOnly); + tr("Folders"), 0, QFileDialog::ShowDirsOnly); if (!filename.isNull() && !filename.isEmpty()) exportHtmlInit(filename); break; -- cgit v1.2.3-70-g09d2