Make explicit that MatrixClient & Cache are unique pointers
This commit is contained in:
parent
701aa93b0a
commit
05585ff8cf
6 changed files with 12 additions and 12 deletions
|
|
@ -215,7 +215,7 @@ private:
|
|||
namespace http {
|
||||
//! Initialize the http module
|
||||
void
|
||||
init(QObject *parent);
|
||||
init();
|
||||
|
||||
//! Retrieve the client instance.
|
||||
MatrixClient *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue