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

PrototypeChainCycle confuses Qt Design Studio project storage

    XMLWordPrintable

Details

    • df192e90f (dev), 5548fd1c9 (6.10), b097230b4 (6.9)

    Description

      For example, QQmlEasingValueType:

      Component {
              file: "private/qqmlvaluetype_p.h"
              name: "QEasingCurve"
              accessSemantics: "value"
              extension: "QQmlEasingValueType"
      

      and

          Component {
              file: "private/qqmlvaluetype_p.h"
              name: "QQmlEasingValueType"
              accessSemantics: "value"
              prototype: "QEasingCurve"
      

      At the moment, this is treated inside Qt Design Studio with an

      throw PrototypeChainCycle{};
      

      Attachments

        Issue Links

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

          Activity

            People

              fabiankosmale Fabian Kosmale
              tjenssen Tim Jenssen
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes