-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Backport changes to v4.6.x branch #20498
Conversation
PR qbittorrent#20529. Closes qbittorrent#20367. --------- Co-authored-by: thalieht <thalieht@users.noreply.github.com> Co-authored-by: Vladimir Golovnev <glassez@yandex.ru>
AppVeyor is the only CI that uses qmake, others are using cmake. Also that commit didn't have a qmake equivalent or at least I didn't bother to find one (it was originally targeted for master branch anyway). I would suggest leaving it out of v4.6.x if there are concerns of it. |
I believe that the problem isn't qmake. Most likely @sledgehammer999 just didn't ship there such "private" Qt headers that is used by your PR. |
@Chocobo1 thanks for the hint. That fixed it. Can someone approve this again? I'll try to do a stable+unstable release this weekend. |
Updated a couple of strings with more accurate wording. PR qbittorrent#20545
PR #20465 had some conflicts in
addnewtorrentdialog.h
andmainwindow.cpp
which I believe I resolved correctly. The rest of the patch was applied cleanly.