summary refs log tree commit diff
path: root/include/RoomList.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-28 15:46:39 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-28 15:46:39 +0300
commita17b6dffafb450c48c1c1f5034e85763aa7a6a5e (patch)
treefeb2510c63dfbab6a57ebb96ed2c8a24fc82083e /include/RoomList.h
parentAdd scroll-down button (diff)
downloadnheko-a17b6dffafb450c48c1c1f5034e85763aa7a6a5e.tar.xz
Clean up headers
Diffstat (limited to 'include/RoomList.h')
-rw-r--r--include/RoomList.h17
1 files changed, 10 insertions, 7 deletions
diff --git a/include/RoomList.h b/include/RoomList.h

index d7b201f1..df668ac6 100644 --- a/include/RoomList.h +++ b/include/RoomList.h
@@ -17,19 +17,22 @@ #pragma once +#include <QMap> #include <QPushButton> #include <QScrollArea> #include <QSharedPointer> #include <QVBoxLayout> #include <QWidget> -#include "JoinRoomDialog.h" -#include "LeaveRoomDialog.h" -#include "MatrixClient.h" -#include "OverlayModal.h" -#include "RoomInfoListItem.h" -#include "RoomState.h" -#include "Sync.h" +class JoinRoomDialog; +class LeaveRoomDialog; +class MatrixClient; +class OverlayModal; +class RoomInfoListItem; +class RoomSettings; +class RoomState; +class Sync; +struct DescInfo; class RoomList : public QWidget {