Renamed function

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2023-12-14 00:19:22 +02:00
parent 9580f16c33
commit f33110ee0c
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

@ -155,7 +155,7 @@ void NetJob::emitFailed(QString reason)
if (response == QMessageBox::Yes) {
m_try = 0;
startNext();
executeNextSubTask();
return;
}
#endif