Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.7.3, 6.8.0
-
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.