Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
Qt Creator 4.8.0, Qt Creator 4.12.2, Qt Creator 13.0.0
Description
Steps to reproduce:
- declare a scoped enum in C++ (e.g. enum class Test { Key1, Key2}
- in QML editor I got completion only for non-scoped Object.Key1, but not for Object.Test.Key1
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-23265 QML code completion ignores strongly typed enum scope
- Closed
- relates to
-
QTCREATORBUG-19226 Support QML enums in the code model
- Closed