aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppHttpUploadManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add global Cancelled unit structLinus Jahn2022-09-131-1/+2
| | | | | The Cancelled struct from HttpUpload is going to be used in other places.
* HttpUploadManager: Avoid UB if UploadRequestManager does not existLinus Jahn2022-09-101-0/+7
|
* Add HttpUploadManager for requesting slots and uploading filesLinus Jahn2022-09-091-0/+395