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

QQuickWindowQmlImpl redefines signals from QWindow

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 5.2.0
    • None

      d0644b040eb09e1ed147ff15e7c926c9e318cbca redefined signals from QWindow:

          void visibleChanged(bool arg);
          void visibilityChanged(QWindow::Visibility visibility);
      

      Qt Virtual Keyboard's XCB input panel connects to QWindow::visibleChanged and this causes a warning about the signal being redefined. The workaround is to use the C++ syntax:

      connect(focusWindow, &QWindow::visibleChanged, this, &XcbInputPanel::focusWindowVisibleChanged);
      

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

            vestbo Tor Arne Vestbø
            mitch_curtis Mitch Curtis
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes