Duplicate enum entries¶
[duplicate-enum-entries] Enum key X has already been declared.
This warning category is spelled [duplicate-enum-entries] by qmllint.
Enum key X has already been declared¶
What happened?¶
An enum contains two identical entries.
Why is that bad?¶
The same key is associated with multiple values. It isn’t clear which one will be used.
Example¶
To fix this warning, remove or rename duplicate enum entries: