diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-06-11 17:54:05 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-06-11 17:54:05 +0200 |
commit | a5291605a9912a411100edf8ee88e59857d8b9aa (patch) | |
tree | bfd1cb4df2b0d40516b7768dd3b4059a83add216 /src/timeline/RoomlistModel.h | |
parent | Enable toggling tags (diff) | |
download | nheko-a5291605a9912a411100edf8ee88e59857d8b9aa.tar.xz |
Reenable tag hiding
Diffstat (limited to 'src/timeline/RoomlistModel.h')
-rw-r--r-- | src/timeline/RoomlistModel.h | 3 |
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; }; |