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

[REG 6.5.3-6.7.3] Strange Qt warnings in Debug build

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.7.3, 6.8.0
    • Quick: Widget
    • None

    Description

      There're strange Qt warnings with Qt WebEngine debug build only.
      I don't remember I see this with Qt 6.5.3, so this looks like a regression.

      QMetaObject::indexOfSignal: signal xChanged(int) from QQuickWindow redefined in QQuickWindowQmlImpl
      QMetaObject::indexOfSignal: signal yChanged(int) from QQuickWindow redefined in QQuickWindowQmlImpl
      

      Code sample:

      import QtQuick
      import QtWebEngine
      
      Window {
          width: 640
          height: 480
          visible: true
      
          WebEngineView {}
      }
      

      You need just run it and observe the Debug output. Stably reproduced for me at least on Windows.

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            studiosus Vladimir Belyavsky
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes