qmltyperegistrar: Reflect qtbase changes in jsroot metatypes

Things were moved around in the Qt namespace.

Pick-to: 6.8
Change-Id: I9771d3037636f7f5e96c49f637a162fba8d90846
Reviewed-by: Olivier De Cannière <olivier.decanniere@qt.io>
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
Ulf Hermann 2024-06-12 11:07:28 +02:00
parent 261785ff31
commit 81f125f92a
1 changed files with 12 additions and 4 deletions

View File

@ -6071,6 +6071,10 @@
"name": "AA_DisableNativeVirtualKeyboard",
"type": "number"
},
{
"name": "AA_DontUseNativeMenuWindows",
"type": "number"
},
{
"name": "AA_SynthesizeTouchForUnhandledMouseEvents",
"type": "number"
@ -6151,10 +6155,6 @@
"name": "AA_DisableSessionManager",
"type": "number"
},
{
"name": "AA_DontUseNativeMenuWindows",
"type": "number"
},
{
"name": "AA_AttributeCount",
"type": "number"
@ -8807,6 +8807,14 @@
"name": "PreventContextMenu",
"type": "number"
},
{
"name": "Press",
"type": "number"
},
{
"name": "Release",
"type": "number"
},
{
"name": "ImEnabled",
"type": "number"