diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2022-04-19 20:49:37 -0400 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2022-06-29 22:00:09 -0400 |
commit | e7c24b094fcf400acd6b038105e13272cf87d617 (patch) | |
tree | e403b032f32278dc478c3d9d631425a9eeeb634d /src/timeline/CommunitiesModel.h | |
parent | Display unread notifications for spaces (diff) | |
download | nheko-e7c24b094fcf400acd6b038105e13272cf87d617.tar.xz |
Fix typoed variable name
Diffstat (limited to 'src/timeline/CommunitiesModel.h')
-rw-r--r-- | src/timeline/CommunitiesModel.h | 2 |
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_; |