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

QQuickWindowQmlImpl redefines signals from QWindow

    XMLWordPrintable

Details

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

    Description

      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);
      

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes