Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-133316

qmldom/qmlformat: Comments are broken in certain positions

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.10
    • QML: Tooling
    • None

    Description

       

      import QtQml
      
      QtObject {
          function f() {
              class /**/ C {}
              return 1;
          }
      }
      

      becomes

      import QtQml
      
      QtObject {
          function f() {
              /**/ /**/ class C {}
              return 1;
          }
      }

      and then

      import QtQml
      
      QtObject {
          function f() {
              /**/ /**/
              /**/ /**/ class C {}
              return 1;
          }
      } 

      Attachments

        Issue Links

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

          Activity

            People

              qtqmlteam Qt Qml Team User
              olivier.decanniere Olivier De Cannière
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes