From 252caeea1cefaa12e0087b3c0d63da85d055a60e Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 15 Oct 2013 10:25:53 -0700 Subject: Fix stupid editing error Don't do "obvious cleanups" at 4 in the morning when you can't sleep because of emotionally draining issues outside of your control... and if you do, at least compile test them. This was introduced by me in commit 2f9f46cb0253 ("Random white space cleanup"). Sorry. Signed-off-by: Dirk Hohndel --- qt-ui/downloadfromdivecomputer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-ui/downloadfromdivecomputer.cpp b/qt-ui/downloadfromdivecomputer.cpp index ec0853fac..72ba7933d 100644 --- a/qt-ui/downloadfromdivecomputer.cpp +++ b/qt-ui/downloadfromdivecomputer.cpp @@ -251,7 +251,7 @@ void DownloadFromDCWidget::reject() QDialog::reject(); } -void DownloadFromDCWidget::onFinished() +void DownloadFromDCWidget::onDownloadThreadFinished() { if (currentState == DOWNLOADING) { if (thread->error.isEmpty()) -- cgit v1.2.3-70-g09d2