Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.4.2, 6.5.0 Beta2
-
48d2066d6 (dev)
Description
See the attached minimal project that uses WebEngineView.
New compile time warnings
Related to QTBUG-95667 and QTBUG-110794 ?
Warning: main.qml:2:1: Warnings occurred while importing module "QtWebEngine": import QtWebEngine ^^^^^^ --- Warning: C:\Qt\6.4.2\msvc2019_64\qml\QtWebChannel\plugins.qmltypes:15:37: Meta object revision and export version differ. Revision 0 corresponds to version 0.0; it should be 1.0. ---
New runtime warnings
QWebEngineCertificateError is neither a QObject, nor default- and copy-constructible. You should not use it as a QML type. QWebEngineFullScreenRequest is neither a QObject, nor default- and copy-constructible. You should not use it as a QML type. QWebEngineLoadingInfo is neither a QObject, nor default- and copy-constructible. You should not use it as a QML type.
Attachments
Issue Links
- depends on
-
QTBUG-108649 make value types uncreatable with QML_UNCREATABLE
- Reported