mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 19:33:23 +00:00
Document potential bug source
Signed-off-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
parent
48b2b3d0b3
commit
a5232a30b0
1 changed files with 4 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue