Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
6.6
-
None
Description
qmllint does not warn about the definitions of enums like following one
enum Hello { World, Worldy, Worldo, Hello }
This is confusing because the user might confuse Hello (the enum key) with Hello (the name of the enum). See the output of the attached project for an example, where someItem.World is an enum key while someItem.Hello is not an enum key.
Attachments
Issue Links
- relates to
-
QTBUG-119890 qmllint warnings: reach feature parity with QtCreator
-
- Reported
-