From a6b84fac4546d8c6edf3acc366c13bf69a2b6218 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Wed, 8 Nov 2017 23:09:15 +0200 Subject: Remove unnecessary layouts --- include/ChatPage.h | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'include') diff --git a/include/ChatPage.h b/include/ChatPage.h index f7d2e1a5..01f6c5d7 100644 --- a/include/ChatPage.h +++ b/include/ChatPage.h @@ -17,6 +17,7 @@ #pragma once +#include #include #include #include @@ -109,17 +110,11 @@ private: QHBoxLayout *topLayout_; Splitter *splitter; - QWidget *sideBar_; + QFrame *sideBar_; QVBoxLayout *sideBarLayout_; - QVBoxLayout *sideBarTopLayout_; - QVBoxLayout *sideBarMainLayout_; - QWidget *sideBarTopWidget_; - QVBoxLayout *sideBarTopWidgetLayout_; - QWidget *content_; + QFrame *content_; QVBoxLayout *contentLayout_; - QHBoxLayout *topBarLayout_; - QVBoxLayout *mainContentLayout_; RoomList *room_list_; TimelineViewManager *view_manager_; -- cgit 1.5.1