diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-10-14 01:22:04 +0200 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-10-14 01:53:02 +0200 |
commit | 76c42a9863b83229e6afaf4be32e9582e3d97d3f (patch) | |
tree | 1aacf03ab8d9ae96e4f21f430d7e99ddf4b0bb10 /connection.cpp | |
parent | 2d3590dbdb23c82f1960327ffbd78e778231b9c8 (diff) | |
download | libquotient-76c42a9863b83229e6afaf4be32e9582e3d97d3f.tar.gz libquotient-76c42a9863b83229e6afaf4be32e9582e3d97d3f.zip |
Cleanup around Room (potentially breaks API compatibility, beware)
Notably:
* API for SendEventJob and SetRoomStateJob has been altered to accept references, not pointers.
* Methods on Room that invoke requests to the server, have lost const, because they may be reflecting the changed state on the fly, within themselves
Diffstat (limited to 'connection.cpp')
-rw-r--r-- | connection.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/connection.cpp b/connection.cpp index e20f843f..c7492868 100644 --- a/connection.cpp +++ b/connection.cpp @@ -26,7 +26,6 @@ #include "jobs/sendeventjob.h" #include "jobs/postreceiptjob.h" #include "jobs/joinroomjob.h" -#include "jobs/leaveroomjob.h" #include "jobs/roommessagesjob.h" #include "jobs/syncjob.h" #include "jobs/mediathumbnailjob.h" |