diff options
Diffstat (limited to 'qt-ui/downloadfromdivecomputer.cpp')
-rw-r--r-- | qt-ui/downloadfromdivecomputer.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qt-ui/downloadfromdivecomputer.cpp b/qt-ui/downloadfromdivecomputer.cpp index 4e4a24f7b..abc6fff91 100644 --- a/qt-ui/downloadfromdivecomputer.cpp +++ b/qt-ui/downloadfromdivecomputer.cpp @@ -402,8 +402,9 @@ void DownloadFromDCWidget::onDownloadThreadFinished() updateState(CANCELLED); } } -/* - * This needs to get moved somewhere else. + +void DownloadFromDCWidget::on_ok_clicked() +{ int uniqId, idx; // remember the last downloaded dive (on most dive computers this will be the chronologically // first new dive) and select it again after processing all the dives @@ -421,8 +422,7 @@ void DownloadFromDCWidget::onDownloadThreadFinished() QString dcName = data.devname; if (ostcFirmwareCheck && currentState == DONE) ostcFirmwareCheck->checkLatest(this, &data); - -*/ +} void DownloadFromDCWidget::markChildrenAsDisabled() { |