From a5232a30b05e18e4104afdeb668d40e1e21a347d Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Sun, 8 Jan 2017 14:04:11 +0100 Subject: Document potential bug source Signed-off-by: Anton Lundin --- desktop-widgets/downloadfromdivecomputer.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'desktop-widgets') diff --git a/desktop-widgets/downloadfromdivecomputer.cpp b/desktop-widgets/downloadfromdivecomputer.cpp index 2fa68b58e..61ec172c8 100644 --- a/desktop-widgets/downloadfromdivecomputer.cpp +++ b/desktop-widgets/downloadfromdivecomputer.cpp @@ -365,6 +365,10 @@ void DownloadFromDCWidget::on_downloadCancelRetryButton_clicked() thread->start(); + // FIXME: We should get the _actual_ device info instead of whatever + // the user entered in the dropdown. + // You can enter "OSTC 3" and download just fine from a "OSTC Sport", but + // this check will compair apples and oranges, firmware wise, then. QString product(ui.product->currentText()); if (product == "OSTC 3" || product == "OSTC 3+" || product == "OSTC Cr" || product == "OSTC Sport") -- cgit v1.2.3-70-g09d2