Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-24615

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

    XMLWordPrintable

Details

    • 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.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            cstenger Christian Stenger
            andysh Andy Shaw
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes