Missing enum entry¶
[missing-enum-entry] Enum value is missing from its declaration.
This warning category is spelled [missing-enum-entry] by qmllint.
Is not an entry of enum¶
What happened?¶
You used an enum value that does not exist.
Why is this bad?¶
The enum value will be undefined at runtime.
Example¶
To fix this warning, correct a potential typo or add the missing enum value to the definition: