BUILD FAILS! some ideas of storage and cache
This commit is contained in:
parent
87973b3b67
commit
820dc845ea
10 changed files with 198 additions and 89 deletions
|
@ -47,7 +47,7 @@ public slots:
|
|||
|
||||
private:
|
||||
std::map<QString, Shared::ClientInfo> requested;
|
||||
Cache<Shared::ClientInfo> cache;
|
||||
Cache<QString, Shared::ClientInfo> cache;
|
||||
std::map<QString, Shared::ClientInfo> specific;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue