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

Check arguments for isValid(), instead of isNull() #43

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

hasselmm
Copy link
Owner

Qt5 had the bad habit of considering default constructed values, like QVector3D{}, aka. the very valid vector (0, 0, 0) to be null.

Closes #40

Qt5 had the bad habit of considering default constructed values, like
`QVector3D{}`, aka. the very valid vector `(0, 0, 0)` to be null.

Closes #40
@hasselmm hasselmm merged commit eaceb97 into main Dec 20, 2023
3 checks passed
@hasselmm hasselmm deleted the bugfix/40-testparsegeometry-fails-for-qt5 branch December 20, 2023 23:27
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.

testParseGeometry(error:conflicting-arguments) fails for Qt 5
1 participant