summary refs log tree commit diff
path: root/include
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
parentAdd scrollbar in the settings menu (diff)
downloadnheko-05585ff8cf9ef090c7158af47d99df835a22686d.tar.xz
Make explicit that MatrixClient & Cache are unique pointers
Diffstat (limited to 'include')
-rw-r--r--include/Cache.h2
-rw-r--r--include/MatrixClient.h2
2 files changed, 2 insertions, 2 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(); diff --git a/include/MatrixClient.h b/include/MatrixClient.h
index 6ed1c2c8..61e14d36 100644 --- a/include/MatrixClient.h +++ b/include/MatrixClient.h
@@ -215,7 +215,7 @@ private: namespace http { //! Initialize the http module void -init(QObject *parent); +init(); //! Retrieve the client instance. MatrixClient *