mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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 <dirk@hohndel.org>
This commit is contained in:
parent
34f2a5ecc7
commit
252caeea1c
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ void DownloadFromDCWidget::reject()
|
|||
QDialog::reject();
|
||||
}
|
||||
|
||||
void DownloadFromDCWidget::onFinished()
|
||||
void DownloadFromDCWidget::onDownloadThreadFinished()
|
||||
{
|
||||
if (currentState == DOWNLOADING) {
|
||||
if (thread->error.isEmpty())
|
||||
|
|
Loading…
Add table
Reference in a new issue