From e7c24b094fcf400acd6b038105e13272cf87d617 Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Tue, 19 Apr 2022 20:49:37 -0400 Subject: Fix typoed variable name --- src/timeline/CommunitiesModel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/timeline/CommunitiesModel.h') 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 spaces_; -- cgit 1.5.1