Skip to content

Backport changes to v5.1.x branch #22988

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: v5_1_x
Choose a base branch
from
Open

Conversation

glassez
Copy link
Member

@glassez glassez commented Jul 13, 2025

@glassez glassez added this to the 5.1.3 milestone Jul 13, 2025
Ryu481 and others added 2 commits July 14, 2025 21:53
Currently when you delete or move a torrent sometimes an empty folder will stay. This is because hidden files will stay which didn't got deleted.
The reason that it is not working is that QDir::Files is used which doesn't lists hidden files. Adding QDir::Hidden will make the code work as expected. At least on Windows and macOS QDir::Files doesn't lists hidden files. I can't test on linux.

PR qbittorrent#22983.
Certain build options didn't like the detection with an no-op. So make it really fetch a random value.

Closes qbittorrent#22981.
PR qbittorrent#22987.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants