Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 15.0.0-beta2
-
None
-
Creator 15.0.0-beta2 + Qt 6.8.
-
c00ce6341 (15.0)
Description
Steps to reproduce:
1. Create a new 'Qt Quick Application' project
2. Add line 'Color: "blue"' inside Window {}
-> 'Property "Color" does not exists: Did you mean "color"? [missing-property]' warning is visible in Issues view
3. Clear the Issues view
4. Select Tools -> QML/JS -> Run Checks
Result:
'Property "Color" does not exists: Did you mean "color"? [missing-property]' warning should be visible in Issues view, but it's not.