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

PrototypeChainCycle confuses Qt Design Studio project storage

XMLWordPrintable

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

      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{};
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes