diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-05-04 12:12:07 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-05-04 13:27:28 +0900 |
commit | 4cbe1a5fe9b0ae17e89425c3127db2af9b328320 (patch) | |
tree | 70e88c522a412d4502fcf439907304abe2990bdc /CMakeLists.txt | |
parent | 28a0d70164e2596d306521cd18d25c0e8c0b5336 (diff) | |
download | libquotient-4cbe1a5fe9b0ae17e89425c3127db2af9b328320.tar.gz libquotient-4cbe1a5fe9b0ae17e89425c3127db2af9b328320.zip |
Preempt job/setroomstatejob.* with jobs/generated/room_state.*
The template part (not exposed in the auto-generated class) goes to Room::Private::requestSetState(). Also, Room::setMemberState() to interface with User class.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5da87063..96bca983 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,7 +83,6 @@ set(libqmatrixclient_SRCS lib/jobs/basejob.cpp lib/jobs/checkauthmethods.cpp lib/jobs/sendeventjob.cpp - lib/jobs/setroomstatejob.cpp lib/jobs/syncjob.cpp lib/jobs/mediathumbnailjob.cpp lib/jobs/downloadfilejob.cpp |