summary refs log tree commit diff
path: root/src/ChatPage.cc
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 /src/ChatPage.cc
parentAdd scrollbar in the settings menu (diff)
downloadnheko-05585ff8cf9ef090c7158af47d99df835a22686d.tar.xz
Make explicit that MatrixClient & Cache are unique pointers
Diffstat (limited to 'src/ChatPage.cc')
-rw-r--r--src/ChatPage.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChatPage.cc b/src/ChatPage.cc

index 7f08eda6..6040dc66 100644 --- a/src/ChatPage.cc +++ b/src/ChatPage.cc
@@ -497,7 +497,7 @@ ChatPage::bootstrap(QString userid, QString homeserver, QString token) http::client()->getOwnProfile(); http::client()->getOwnCommunities(); - cache::init(userid, this); + cache::init(userid); try { cache::client()->setup();