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

Multiple inline components cause a crash

    XMLWordPrintable

Details

    • Windows
    • 3eb9ee34c06d54ea21fedd3188c60e536a487b1c

    Description

      When using the Microsoft Visual C++ compiler, the example crashes when executed:

      import QtQuick 2.15
      import QtQuick.Controls 2.15
      
      ApplicationWindow {
          id: root
      
          visible: true
          width: 800
          height: 600
      
          component A : QtObject {}
          component B : QtObject {}
      }
      

      However, if you declare only one inline component, it works as intended.

      Attachments

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

        Activity

          People

            fabiankosmale Fabian Kosmale
            dmartin Daniel Martin
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes