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

Reformat File for QML files breaks namespaced types in properties

    XMLWordPrintable

Details

    Description

      Processing a code like:

      import QtQuick 2.0 as Q
      Q.Item {
       property Q.Item item: Q.Item {}
      }
      

      After "Reformat File" it becomes:

      import QtQuick 2.0 as Q
      
      Q.Item {
          property Q item: Q.Item {
          }
      }
      

      Attachments

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

        Activity

          People

            tjenssen Tim Jenssen
            poikelin Joni Poikelin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes