forked from linuxdeepin/dde-launchpad
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It's unload dxcb platform plugin, and it's an change for qt, using `QDir().entryList()` to find plugin in qt6.2 before, and using `QDirIterator()` to find in qt6.2 after. QDir will sort result by name default, which is like `ls`, and QDirIterator doesn't sort result, which is like `ls -U`. now we fix it in application temporarily. Issue: linuxdeepin/developer-center#6686
- Loading branch information
1 parent
5496370
commit fc08b38
Showing
3 changed files
with
17 additions
and
0 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
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