summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2022-02-28 22:39:36 +0100
committerRobert Griebl <robert.griebl@qt.io>2022-03-01 10:11:32 +0100
commitab742a88b744bd4ded2a1af91417e2bd6b99215b (patch)
treed561db8440f5cf93fd4297bccef8b4784ad10065
parentb6ca88f0a13f39323f51bc94436d822d9ba52987 (diff)
downloadqtapplicationmanager-ab742a88b744bd4ded2a1af91417e2bd6b99215b.tar.gz
Update the generated qmltypes file with the latest changes
Change-Id: I8e3284439739fa5ef28c3c962ffb487c766b5be8 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
-rw-r--r--qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes10
1 files changed, 5 insertions, 5 deletions
diff --git a/qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes b/qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes
index 1f28cad9..6637b02c 100644
--- a/qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes
+++ b/qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes
@@ -236,7 +236,7 @@ Module {
}
Component {
name: "Window"
- exports: [ "QtApplicationManager.SystemUI/Window 2.0" ]
+ exports: [ "QtApplicationManager.SystemUI/WindowObject 2.0" ]
exportMetaObjectRevisions: [ 0 ]
prototype: "QObject"
isCreatable: false
@@ -997,6 +997,10 @@ Module {
Parameter { name: "changedRoles"; type: "QStringList"; }
}
Signal {
+ name: "windowManagerCompositorReadyChanged"
+ Parameter { name: "ready"; type: "bool"; }
+ }
+ Signal {
name: "openUrlRequested"
Parameter { name: "requestId"; type: "string"; }
Parameter { name: "url"; type: "string"; }
@@ -1018,10 +1022,6 @@ Module {
Signal {
name: "shutDownFinished"
}
- Signal {
- name: "windowManagerCompositorReadyChanged"
- Parameter { name: "ready"; type: "bool"; }
- }
Method {
name: "shutDown"
}