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

Invalid error message about recursive type instantiation

XMLWordPrintable

      An instantiation of the following type fails with the error message "SomeOtherType is instantiated recursively":

      SomeOtherType.qml:

      import QtQuick 2.0
      Rectangle {
          id: root
          width: 10
          height: 10
          color: "red"
          property Component intermediate: SomeOtherType {}
      }
      

      Instantiating SomeOtherType does not actually recursively instantiate, because it is used as a component.

        For Gerrit Dashboard: QTBUG-35910
        # Subject Branch Project Status CR V

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            shausman Simon Hausmann
            Votes:
            3 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes