summary refs log tree commit diff
path: root/src/RoomList.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-25 16:34:54 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-25 16:34:54 +0300
commit59a42183bce9cdeeb6ca8cd92c6c94f05e16e5a3 (patch)
tree9362e0ab3e9293c2ac36d0e4f19a1b1f807deb6a /src/RoomList.h
parentDisable paint updates when removing the room filter (diff)
downloadnheko-59a42183bce9cdeeb6ca8cd92c6c94f05e16e5a3.tar.xz
Fix issue with missing communities due to an unregistered metatype
Diffstat (limited to 'src/RoomList.h')
-rw-r--r--src/RoomList.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/RoomList.h b/src/RoomList.h

index d676015c..93707671 100644 --- a/src/RoomList.h +++ b/src/RoomList.h
@@ -34,9 +34,6 @@ class UserSettings; struct DescInfo; struct RoomInfo; -using RoomIds = std::map<QString, bool>; -Q_DECLARE_METATYPE(RoomIds) - class RoomList : public QWidget { Q_OBJECT