summary refs log tree commit diff
path: root/src/timeline/RoomlistModel.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-06-11 17:54:05 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-06-11 17:54:05 +0200
commita5291605a9912a411100edf8ee88e59857d8b9aa (patch)
treebfd1cb4df2b0d40516b7768dd3b4059a83add216 /src/timeline/RoomlistModel.h
parentEnable toggling tags (diff)
downloadnheko-a5291605a9912a411100edf8ee88e59857d8b9aa.tar.xz
Reenable tag hiding
Diffstat (limited to 'src/timeline/RoomlistModel.h')
-rw-r--r--src/timeline/RoomlistModel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/timeline/RoomlistModel.h b/src/timeline/RoomlistModel.h
index b89c9a54..b0244886 100644
--- a/src/timeline/RoomlistModel.h
+++ b/src/timeline/RoomlistModel.h
@@ -142,6 +142,8 @@ public slots:
                 invalidateFilter();
         }
 
+        void updateHiddenTagsAndSpaces();
+
 signals:
         void currentRoomChanged();
 
@@ -158,4 +160,5 @@ private:
         };
         QString filterStr   = "";
         FilterBy filterType = FilterBy::Nothing;
+        QStringList hiddenTags, hiddenSpaces;
 };