-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
PR: Add mapping for missing enum values aliases on QtCore.Qt
#314
Conversation
QtCore.Qt
QtCore.Qt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @dalthviz ! A few trivial things.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good from my end, at least, though there could be some more advanced Qt issues I'm missing.
EDIT: And the failing tests...investigation in progress.
EDIT 2: Oops, its just the coverage issue you fixed before in #313 that we literally just talked about...my memory is not so good, lol.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Improve comments and import order Co-authored-by: CAM Gerlach <[email protected]>
88b7f9c
to
734951d
Compare
QtCore.Qt
QtCore.Qt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @dalthviz!
Fixes #306
Note: Needs a rebase after #313 is merged