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:
Dirk Hohndel 2013-10-15 10:25:53 -07:00
parent 34f2a5ecc7
commit 252caeea1c

View file

@ -251,7 +251,7 @@ void DownloadFromDCWidget::reject()
QDialog::reject();
}
void DownloadFromDCWidget::onFinished()
void DownloadFromDCWidget::onDownloadThreadFinished()
{
if (currentState == DOWNLOADING) {
if (thread->error.isEmpty())