summaryrefslogtreecommitdiffstats
path: root/tests/manual/quick/CMakeLists.txt
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2026-03-11 14:47:18 +0100
committerMichal Klocek <michal.klocek@qt.io>2026-03-13 14:43:55 +0100
commit0a5e53ec4a0fc06bdec25bcae7c56b022e8205f7 (patch)
tree55e32a0c0d2b16ae33b74823b855531da4b4e01b /tests/manual/quick/CMakeLists.txt
parent76b2018bcf81c14376dd42c3970d208e5a0398ab (diff)
Fix several warnings from qquickbrowserHEADdev
Fixes following build time warnings: * cannot assign binding of type QtObject to ApplicationRoot * == and != may perform type coercion * id "focus" shadows property "focus" from "MenuItem" * type "Text" defined here has a property "text" shadowed by id "text" * it "devToolsView" shadows property "devToolsView" from "WebEngineView" * id "devToolsEnabled" shadows property "devToolsEnabled" from "Settings" * id "javaScriptEnabled" shadows property "javaScriptEnabled" from "Settings" * id "touchIconsEnabled" shadows property "touchIconsEnabled" from "Settings * id "javascriptCanAccessClipboard" shadows property "javascriptCanAccessClipboard" from "Settings" * property "imageAnimationPolicy" defined here is shadowed by id "imageAnimationPolicy" * property "fullScreenSupportEnabled" defined here is shadowed by id "fullScreenSupportEnabled * property "errorPageEnabled" defined here is shadowed by id "errorPageEnabled" * property "javascriptCanPaste" defined here is shadowed by id "javascriptCanPaste" * property "webRTCPublicInterfacesOnly" defined here is shadowed by id "webRTCPublicInterfacesOnly" * property "pluginsEnabled" defined here is shadowed by id "pluginsEnabled" * property "autoLoadIconsForPage" defined here is shadowed by id "autoLoadIconsForPage" * property "selectAccount" defined here is shadowed by id "selectAccount" * cannot assign binding of type ApplicationWindow to ApplicationWindow * property "visible" is custom-parsed in PropertyChanges. * remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges * cannot assign binding of type ApplicationWindow to BrowserWindow * var declaration in block scope is hoisted to function scope Pick-to: 6.11 Change-Id: Icd9cfd5ccfc58bee5919e49036303b05cc1dc052 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests/manual/quick/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions