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

Instruction "generate_BitOr" not implemented

    XMLWordPrintable

Details

    • f4577447a1 (qt/qtdeclarative/dev) f4577447a1 (qt/tqtc-qtdeclarative/dev)

    Description

      The following warnings

       

      Warning: main.qml:10:41: Could not compile binding for flags: Instruction "generate_BitOr" not implemented
          flags: Qt.WindowStaysOnTopHint | Qt.FramelessWindowHint
                                              ^^^^^^^^^^^^^^^^^^^
      Warning: main.qml:12:45: Could not compile binding for acceptedButtons: Instruction "generate_BitOr" not implemented
              acceptedButtons: Qt.LeftButton | Qt.RightButton
                                                  ^^^^^^^^^^^

      occur when compiling a simple QML application with:

      import QtQuick
      
      Window {
          id: mainWindow
          width: 128
          height: 96
          visible: true
          color: "black"
      
          flags: Qt.WindowStaysOnTopHint | Qt.FramelessWindowHint
          MouseArea {
              acceptedButtons: Qt.LeftButton | Qt.RightButton
          }
      }
      
      

       

       

      Attachments

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

        Activity

          People

            ulherman Ulf Hermann
            miikapernu Miika Pernu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes