summaryrefslogtreecommitdiffstats
path: root/qt-ui/downloadfromdivecomputer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/downloadfromdivecomputer.cpp')
-rw-r--r--qt-ui/downloadfromdivecomputer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/downloadfromdivecomputer.cpp b/qt-ui/downloadfromdivecomputer.cpp
index 72ba7933d..ec0853fac 100644
--- a/qt-ui/downloadfromdivecomputer.cpp
+++ b/qt-ui/downloadfromdivecomputer.cpp
@@ -251,7 +251,7 @@ void DownloadFromDCWidget::reject()
QDialog::reject();
}
-void DownloadFromDCWidget::onDownloadThreadFinished()
+void DownloadFromDCWidget::onFinished()
{
if (currentState == DOWNLOADING) {
if (thread->error.isEmpty())