Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
dev
-
None
-
4ceb343e7 (dev), 0a0f17d5b (6.7)
Description
It seems if you have a QML_SINGLETON class which annotates enums with
Q_CLASSINFO("RegisterEnumClassesUnscoped", "false")
It's still possible to match the enum values as unscoped.
Please see the attached reproducer. Hopefully it's basic expectations are fine. The reproducer has a singleton and a non-singleton QML type, and compare the matchings.
Attachments
Issue Links
- relates to
-
QTBUG-107143 qmllint ignore RegisterEnumClassesUnscoped
- Closed
- resulted in
-
QTBUG-123225 REG[6.6 → 6.7]: QML: unscoped enums stopped working
- Closed