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

Interpreter.h pending when using Qt Global Object in QML

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P1: Critical
    • 4.7.0
    • 4.6.1
    • None
    • Windows 7, Qt 4.6.1 + Declarative UI libs, Qt Creator (both 1.3.1 and 1.3.80-tp1)

    Description

      I run next QML with QmlViewer (C++):

      Rectangle {
          border.color: Qt.darker("Red")
      }
      

      When application close, debugger shows "Interpreter.h" at string #80:

      77        Opcode getOpcode(OpcodeID id)
      78        {
      79            #if HAVE(COMPUTED_GOTO)
      80                return m_opcodeTable[id];
      81            #else
      82                return id;
      83            #endif
      84        }
      

      It happens always when Qt global object methods using in QML (Qt.darker(), Qt.lighter() etc).
      I don't know, is this a bug or no, but there are no visible exceptions when I run my application .exe file

      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)
            joe Sam Protsenko
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes