From ebed87ea5730f9a49d6cf6d03a2a3a8ef7e2aa52 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Tue, 8 May 2018 20:30:09 +0300 Subject: Don't use shared pointers for cache --- include/Cache.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/Cache.h') diff --git a/include/Cache.h b/include/Cache.h index 7ecc5d59..c038b3d9 100644 --- a/include/Cache.h +++ b/include/Cache.h @@ -435,3 +435,11 @@ private: QString localUserId_; QString cacheDirectory_; }; + +namespace cache { +void +init(const QString &userId, QObject *parent); + +Cache * +client(); +} -- cgit 1.5.1