keep on refactoring
This commit is contained in:
parent
d30e6ed759
commit
b07d017f86
6 changed files with 45 additions and 21 deletions
|
@ -13,7 +13,7 @@
|
|||
#include "download.h"
|
||||
#include "taskmanager.h"
|
||||
|
||||
class Collection : protected Loggable {
|
||||
class Collection : protected Loggable, public std::enable_shared_from_this<Collection> {
|
||||
using Sources = std::set<std::string>;
|
||||
using Downloads = std::map<std::string, std::unique_ptr<Download>>;
|
||||
using Components = std::map<std::string, std::unique_ptr<Component>>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue