summary refs log tree commit diff
path: root/src/timeline/CommunitiesModel.h
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2022-04-19 20:49:37 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2022-06-29 22:00:09 -0400
commite7c24b094fcf400acd6b038105e13272cf87d617 (patch)
treee403b032f32278dc478c3d9d631425a9eeeb634d /src/timeline/CommunitiesModel.h
parentDisplay unread notifications for spaces (diff)
downloadnheko-e7c24b094fcf400acd6b038105e13272cf87d617.tar.xz
Fix typoed variable name
Diffstat (limited to 'src/timeline/CommunitiesModel.h')
-rw-r--r--src/timeline/CommunitiesModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/CommunitiesModel.h b/src/timeline/CommunitiesModel.h
index d54d9907..30980f00 100644
--- a/src/timeline/CommunitiesModel.h
+++ b/src/timeline/CommunitiesModel.h
@@ -152,7 +152,7 @@ private:
 
     QStringList tags_;
     QString currentTagId_;
-    QStringList hiddentTagIds_;
+    QStringList hiddenTagIds_;
     FlatTree spaceOrder_;
     std::map<QString, RoomInfo> spaces_;