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

QML nested multiline comments can not work

    XMLWordPrintable

Details

    • All

    Description

      import QtQuick
      import QtQuick.Window
      
      Window {
          width: 640
          height: 480
          visible: true
          title: qsTr("Hello World")
      
          /*
          Item {
              id: abc1
      
              /*
              Rectangle {
                  id: abc2
              }
              */
          }
          */
      }
      

      An example code to show that nested multiline comments can not work in QML.

      Attachments

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

        Activity

          People

            qtqmlteam Qt Qml Team User
            roachlin Lin Lin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes