Indentation fix in desktop-widgets/downloadfromdivecomputer.cpp

Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
Stefan Fuchs 2018-03-03 15:04:49 +01:00 committed by Lubomir I. Ivanov
parent ff076cd5d4
commit 3eb5970bec

View file

@ -333,10 +333,10 @@ void DownloadFromDCWidget::on_downloadCancelRetryButton_clicked()
QString product(ui.product->currentText()); QString product(ui.product->currentText());
// //
// We shouldn't do this for memory dumps. // We shouldn't do this for memory dumps.
if ((product == "OSTC 3" || product == "OSTC 3+" || if ((product == "OSTC 3" || product == "OSTC 3+" || product == "OSTC cR" ||
product == "OSTC cR" || product == "OSTC Sport" || product == "OSTC Sport" || product == "OSTC 4") && !data->saveDump()) {
product == "OSTC 4") && ! data->saveDump()) ostcFirmwareCheck = new OstcFirmwareCheck(product);
ostcFirmwareCheck = new OstcFirmwareCheck(product); }
} }
bool DownloadFromDCWidget::preferDownloaded() bool DownloadFromDCWidget::preferDownloaded()