-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.9.2
-
None
-
Ubuntu 25.04
I create QQuickWebEngineProfile from C++ and then set it to WebEngineView in QML, it triggers this warning at runtime startup :
"QML QQuickWebEngineProfile: Please use WebEngineProfilePrototype for profile creation from 6.9, as this function will be deprecated in the future releases"
I use C++ QQuickWebEngineProfile to set a scheme with function installUrlSchemeHandler(), but there is no equivalent in QML WebEngineProfilePrototype. How can I handle it?