diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-09 20:28:12 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-09 21:50:36 -0800 |
commit | 60ee897b297d6704be00f14ff295112476891b60 (patch) | |
tree | 64fad8b2a59bcf404099257e7e708aca07bde27d /desktop-widgets/divelogexportdialog.cpp | |
parent | b8fbf7218268ae5f82d610fdddb686c1e85aff6e (diff) | |
download | subsurface-60ee897b297d6704be00f14ff295112476891b60.tar.gz |
Remove unused member function
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/divelogexportdialog.cpp')
-rw-r--r-- | desktop-widgets/divelogexportdialog.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/desktop-widgets/divelogexportdialog.cpp b/desktop-widgets/divelogexportdialog.cpp index 7a406b982..bd6951397 100644 --- a/desktop-widgets/divelogexportdialog.cpp +++ b/desktop-widgets/divelogexportdialog.cpp @@ -105,22 +105,6 @@ void DiveLogExportDialog::exportHtmlInit(const QString &filename) exportHtmlInitLogic(filename, hes); } -void DiveLogExportDialog::exportHTMLsettings(const QString &filename) -{ - QSettings settings; - settings.beginGroup("HTML"); - settings.setValue("fontSelection", ui->fontSelection->currentIndex()); - settings.setValue("fontSizeSelection", ui->fontSizeSelection->currentIndex()); - settings.setValue("themeSelection", ui->themeSelection->currentIndex()); - settings.setValue("subsurfaceNumbers", ui->exportSubsurfaceNumber->isChecked()); - settings.setValue("yearlyStatistics", ui->exportStatistics->isChecked()); - settings.setValue("listOnly", ui->exportListOnly->isChecked()); - settings.setValue("exportPhotos", ui->exportPhotos->isChecked()); - settings.endGroup(); - -} - - void DiveLogExportDialog::on_exportGroup_buttonClicked(QAbstractButton *button) { showExplanation(); |