Skip to content

[216_33] Recent 列表 tooltip 闪烁修复与 Windows 重复记录去重#3221

Merged
GatsbyUSTC merged 3 commits intomainfrom
yuki/216_33/bug-fix-file
Apr 27, 2026
Merged

[216_33] Recent 列表 tooltip 闪烁修复与 Windows 重复记录去重#3221
GatsbyUSTC merged 3 commits intomainfrom
yuki/216_33/bug-fix-file

Conversation

@Yuki-Nagori
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread src/Plugins/Qt/qt_file_page.cpp Outdated
for (auto it= recentPaths.begin (); it != recentPaths.end ();) {
*it= QDir::fromNativeSeparators (*it);
if (seen.contains (*it)) {
it= recentPaths.erase (it);
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这句话什么意思,在循环内部操作循环依赖的变量不会有问题么?

@GatsbyUSTC GatsbyUSTC merged commit e11762b into main Apr 27, 2026
5 checks passed
@GatsbyUSTC GatsbyUSTC deleted the yuki/216_33/bug-fix-file branch April 27, 2026 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants