Obligatory formatting fix commit

Signed-off-by: timoreo <contact@timoreo.fr>
This commit is contained in:
timoreo 2022-07-10 20:34:29 +02:00
parent f946964490
commit 68446c2a54
No known key found for this signature in database
GPG Key ID: 121A72C3512BA288
4 changed files with 4 additions and 4 deletions

View File

@ -95,7 +95,7 @@ void JavaDownloader::executeTask()
elementDownload->addNetAction(dl); elementDownload->addNetAction(dl);
} }
QObject::connect(elementDownload, &NetJob::finished, [elementDownload] { elementDownload->deleteLater(); }); QObject::connect(elementDownload, &NetJob::finished, [elementDownload] { elementDownload->deleteLater(); });
QObject::connect(elementDownload, &NetJob::succeeded, [this]{emitSucceeded();}); QObject::connect(elementDownload, &NetJob::succeeded, [this] { emitSucceeded(); });
elementDownload->start(); elementDownload->start();
}); });
download->start(); download->start();