summary refs log tree commit diff
path: root/include/Cache.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-11 13:41:46 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-11 13:41:46 +0300
commit05585ff8cf9ef090c7158af47d99df835a22686d (patch)
tree6599b9b5674bb780e174667a9b9dee079f5a4b30 /include/Cache.h
parentAdd scrollbar in the settings menu (diff)
downloadnheko-05585ff8cf9ef090c7158af47d99df835a22686d.tar.xz
Make explicit that MatrixClient & Cache are unique pointers
Diffstat (limited to 'include/Cache.h')
-rw-r--r--include/Cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Cache.h b/include/Cache.h

index c038b3d9..a39633a8 100644 --- a/include/Cache.h +++ b/include/Cache.h
@@ -438,7 +438,7 @@ private: namespace cache { void -init(const QString &userId, QObject *parent); +init(const QString &user_id); Cache * client();