summary refs log tree commit diff
path: root/include/Cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Cache.h')
-rw-r--r--include/Cache.h8
1 files changed, 8 insertions, 0 deletions
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(); +}