summary refs log tree commit diff
path: root/src/Register.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-11 17:45:47 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-11 17:45:47 +0300
commit6468faa39eda494d83310bec4a557d29bf037f8a (patch)
treec4a2632730c99500871fbc3a8f5d746585507089 /src/Register.cc
parentMake the timer single shot (diff)
downloadnheko-6468faa39eda494d83310bec4a557d29bf037f8a.tar.xz
Use only a MatrixClient as a shared pointer
Diffstat (limited to 'src/Register.cc')
-rw-r--r--src/Register.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Register.cc b/src/Register.cc

index 4f4e4ded..6100555c 100644 --- a/src/Register.cc +++ b/src/Register.cc
@@ -22,10 +22,6 @@ #include "Deserializable.h" #include "Register.h" -RegisterRequest::RegisterRequest() -{ -} - RegisterRequest::RegisterRequest(const QString &username, const QString &password) : user_(username) , password_(password)