-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correct directory filter flag in address bar completion
Fix directory filtering in address bar path completion: - Change QDir::Dirs to QDir::AllDirs to include symbolic links to directories - Remove Qt::DirectConnection from completion signal to avoid thread safety issues - Fix code formatting in path comparison condition This change ensures that: 1. Symbolic links to directories are properly shown in completion list 2. Thread safety is maintained for completion updates Log: Bug: https://pms.uniontech.com/bug-view-277429.html
- Loading branch information
1 parent
efcb16c
commit 39f8800
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters