Don't use shared pointers for cache
This commit is contained in:
parent
4c4ea557b3
commit
ebed87ea57
17 changed files with 86 additions and 96 deletions
|
|
@ -435,3 +435,11 @@ private:
|
|||
QString localUserId_;
|
||||
QString cacheDirectory_;
|
||||
};
|
||||
|
||||
namespace cache {
|
||||
void
|
||||
init(const QString &userId, QObject *parent);
|
||||
|
||||
Cache *
|
||||
client();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue