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

"Cannot assign object to list property" error message isn't descriptive enough

XMLWordPrintable

    • 6e6cfe4f9 (dev), b4a161b45 (6.10), edd47bf60 (6.9), a83b95d08 (tqtc/lts-6.8)

      Can be reproduced with this code:

      import QtQuick
      
      Window {
          width: 640
          height: 480
          visible: true
      
          SequentialAnimation {
              FrameAnimation {}
          }
      }
      

      It should say why. In this case it's because it's not the right type.

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

            mitch_curtis Mitch Curtis
            mitch_curtis Mitch Curtis
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: