summaryrefslogtreecommitdiff
path: root/qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes
diff options
context:
space:
mode:
Diffstat (limited to 'qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes')
-rw-r--r--qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes16
1 files changed, 4 insertions, 12 deletions
diff --git a/qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes b/qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes
index 858fc226..608b8606 100644
--- a/qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes
+++ b/qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes
@@ -307,6 +307,10 @@ Module {
name: "countChanged"
}
Signal {
+ name: "slowAnimationsChanged"
+ Parameter { name: ""; type: "bool"; }
+ }
+ Signal {
name: "raiseApplicationWindow"
Parameter { name: "applicationId"; type: "string"; }
Parameter { name: "applicationAliasId"; type: "string"; }
@@ -336,14 +340,6 @@ Module {
Signal {
name: "shutDownFinished"
}
- Signal {
- name: "slowAnimationsChanged"
- Parameter { name: ""; type: "bool"; }
- }
- Method {
- name: "count"
- type: "int"
- }
Method {
name: "get"
type: "QVariantMap"
@@ -582,10 +578,6 @@ Module {
Parameter { name: "rolesChanged"; type: "QStringList"; }
}
Method {
- name: "count"
- type: "int"
- }
- Method {
name: "get"
type: "QVariantMap"
Parameter { name: "index"; type: "int"; }