Skip to content
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

Pyqt5 more misplaced #408

Merged
merged 2 commits into from
May 17, 2024
Merged

Conversation

tbttfox
Copy link
Contributor

@tbttfox tbttfox commented May 15, 2024

Sorry for the PR twofer. I got pulled away before I could update my last one with this fix.

Looks like 80dc006 removed a chunk of misplaced members that shouldn't have been removed. Possibly because the key equals the value? In the other backends, it seems they got re-added, but not for PyQt5. I've added those back in.

Also QItemSelection and QItemSelectionRange are handled by the _misplaced_members mechanism, so they shouldn't be in _common_members

Finally, there were two remaps of QStringListModel in the PySide6 section, which look like they were copied from the PySide2 section. PySide6 doesn't have the issue that required the double remap, so I removed the unnecessary one.

@mottosso
Copy link
Owner

Thanks for this. Looks like many things vanished in the upgrade to PySide6, good that they are still here.

@mottosso mottosso merged commit 331b83e into mottosso:master May 17, 2024
9 checks passed
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.

None yet

2 participants