update retry netjob dialog

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2024-05-26 11:04:41 +03:00
parent 5cf7466e4c
commit 7a200a337f
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
8 changed files with 44 additions and 17 deletions

View file

@ -33,7 +33,6 @@ Upload::Ptr ApiUpload::makeByteArray(QUrl url, std::shared_ptr<QByteArray> outpu
void ApiUpload::init()
{
qDebug() << "Setting up api upload";
auto api_headers = new ApiHeaderProxy();
addHeaderProxy(api_headers);
}