summary refs log tree commit diff
path: root/src/RoomList.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-04 18:41:19 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-04 18:41:19 +0200
commita605e4486f4b9d90d668d6d1844ba5f0d58bbc26 (patch)
treec82001904cb120d975361edb38a62b5b77fa0644 /src/RoomList.cc
parentRun tests only with gcc (diff)
downloadnheko-a605e4486f4b9d90d668d6d1844ba5f0d58bbc26.tar.xz
Migrate to matrix-structs for event and response parsing
Diffstat (limited to 'src/RoomList.cc')
-rw-r--r--src/RoomList.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/RoomList.cc b/src/RoomList.cc

index 23c0c5a7..a892e406 100644 --- a/src/RoomList.cc +++ b/src/RoomList.cc
@@ -25,7 +25,6 @@ #include "RoomList.h" #include "RoomSettings.h" #include "RoomState.h" -#include "Sync.h" RoomList::RoomList(QSharedPointer<MatrixClient> client, QWidget *parent) : QWidget(parent)