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

[REG: 6.6.1 → 6.8.2] Change to singleton status of Qt

    XMLWordPrintable

Details

    • 7139e893d (dev), 7d60add8c (6.9), 1abb681cc (6.8)

    Description

      With Qt 6.8.2, the following code generates a TypeError ("Qt was a singleton at compile time, but is not a singleton anymore"):

      import Qt3D.Core
      
      Entity {
          property size textureSize: Qt.size(1024, 1024)
      } 

      Turning off the QML compiler avoids this TypeError. Qt 6.6.1 did not report any errors for this code.

      Attachments

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

        Activity

          People

            ulherman Ulf Hermann
            mbrasser Michael Brasser
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes