temp url storage commit
This commit is contained in:
parent
50bb3f5fd7
commit
8f914c02a7
6 changed files with 549 additions and 6 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include <set>
|
||||
|
||||
#include "storage.h"
|
||||
#include "urlstorage.h"
|
||||
|
||||
namespace Core {
|
||||
|
||||
|
@ -80,7 +80,7 @@ private slots:
|
|||
private:
|
||||
bool running;
|
||||
QNetworkAccessManager* manager;
|
||||
Storage files;
|
||||
UrlStorage storage;
|
||||
std::map<QString, Transfer*> downloads;
|
||||
std::map<QString, Transfer*> uploads;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue