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

Some QML errors do not appear in Build Issues

    XMLWordPrintable

Details

    • Bug
    • Resolution: Moved
    • P2: Important
    • None
    • Qt Creator 2.2.0
    • Quick / QML Support
    • Mac OS X 10.5.8
    • c504d28eb50ec1c33986fdbcf5221ec6ae57b860

    Description

      If you have a qml file with errors, like below, some errors do not show up in Build Issues.

      import QtQuick 1.0
      
      Rectangle {
          width: 360
          height: 360
          aText { // #1
              text: "Hello World"
              anchors.centerIn: parent
          }
          MouseArea {
              anchors.fill: parent
              onCliczked: { // #2
                  Qt.quit();
              }
          }
          Item {
            id: foo
          // } // #3
      }
      

      Errors #1 and #2 do not appear in the build log, but error #3 does.

      Attachments

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

        Activity

          People

            ckamm Christian Kamm
            holmsted Lasse Holmstedt
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes