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

createObject() now throwing Error: Insufficient arguments

    XMLWordPrintable

Details

    • 0f9f07c52310c33433dcdf5db3e9d02c695b85af

    Description

      Using: qt 4.7 built from b4c589868f278aa9a58ab9afa727dbf0a9442e22 (for Mac)

      Starting with this build, createObject() is now throwing an "insufficient arguments error"

      Code snip:

      var component = Qt.createComponent(filename);
      if (component.status != 1) {
      return false;
      } else {
      var instance = component.createObject();
      }

      Attachments

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

        Activity

          People

            martjone Martin Jones (closed Nokia identity) (Inactive)
            timong tim ong
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes