You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally, VeQuickItem's isValid property was named as such for consistency with other properties in that type. However, this naming has led to various porting errors, and it's also inconsistent with general QML property naming conventions that avoids starting names with is.
So, rename the property to valid.
The text was updated successfully, but these errors were encountered:
Originally, VeQuickItem's
isValid
property was named as such for consistency with other properties in that type. However, this naming has led to various porting errors, and it's also inconsistent with general QML property naming conventions that avoids starting names withis
.So, rename the property to
valid
.The text was updated successfully, but these errors were encountered: