From 4344b6964f63921aa300112bc3b62fdbaa64866a Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Thu, 28 Jun 2018 16:16:43 +0300 Subject: Save timeline messages in cache for faster startup times --- include/RoomInfoListItem.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'include/RoomInfoListItem.h') diff --git a/include/RoomInfoListItem.h b/include/RoomInfoListItem.h index aebc2216..95db1d75 100644 --- a/include/RoomInfoListItem.h +++ b/include/RoomInfoListItem.h @@ -22,20 +22,11 @@ #include #include +#include "Cache.h" #include class Menu; class RippleOverlay; -struct RoomInfo; - -struct DescInfo -{ - QString username; - QString userid; - QString body; - QString timestamp; - QDateTime datetime; -}; class RoomInfoListItem : public QWidget { -- cgit 1.5.1