Implement legacy forge button!
Many refactors of the task system. Progress dialog now accepts generic ProgressProvider objects
This commit is contained in:
parent
d38b90530b
commit
b979d0ce5d
28 changed files with 296 additions and 236 deletions
|
@ -5,6 +5,8 @@
|
|||
#include "ByteArrayDownload.h"
|
||||
#include "CacheDownload.h"
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
ByteArrayDownloadPtr DownloadJob::add ( QUrl url )
|
||||
{
|
||||
ByteArrayDownloadPtr ptr (new ByteArrayDownload(url));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue