Obligatory formatting fix commit
Signed-off-by: timoreo <contact@timoreo.fr>
This commit is contained in:
parent
f946964490
commit
68446c2a54
4 changed files with 4 additions and 4 deletions
|
@ -95,7 +95,7 @@ void JavaDownloader::executeTask()
|
|||
elementDownload->addNetAction(dl);
|
||||
}
|
||||
QObject::connect(elementDownload, &NetJob::finished, [elementDownload] { elementDownload->deleteLater(); });
|
||||
QObject::connect(elementDownload, &NetJob::succeeded, [this]{emitSucceeded();});
|
||||
QObject::connect(elementDownload, &NetJob::succeeded, [this] { emitSucceeded(); });
|
||||
elementDownload->start();
|
||||
});
|
||||
download->start();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue