Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.13.0, Qt Creator 4.14.1
-
fd64253a62929fa6db6f865dc9a9e30098eb7524
Description
When a type is created inside the same file with the same name then it will complain of recursion even if the created type is namespaced. So for example if you have a file called TextField.qml and inside it, it has Controls.TextField then it will still complain that it is recursively creating the type. Even though the type is not the same due to the namespacing. When it runs everything is fine, the error only appears in the code editor.