summaryrefslogtreecommitdiff
path: root/qmltypes/QtApplicationManager
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2020-02-13 14:50:03 +0100
committerRobert Griebl <robert.griebl@qt.io>2020-02-17 17:02:20 +0100
commit9f518a90f5549a770f16c3c9cd72e72403f7231b (patch)
tree6ff8db9dc8c7e9d949a42955e3782a1b0b76d07a /qmltypes/QtApplicationManager
parentf3209dd2b71f7c6f78b70dd1035206d66c51a789 (diff)
downloadqtapplicationmanager-9f518a90f5549a770f16c3c9cd72e72403f7231b.tar.gz
Add properties to allow cross-referencing between Package and Application
Change-Id: Ia4b3688b2eb270905c37c726aa80474c4336de4b Fixes: AUTOSUITE-1470 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'qmltypes/QtApplicationManager')
-rw-r--r--qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes b/qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes
index e928f053..3ba0deef 100644
--- a/qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes
+++ b/qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes
@@ -510,6 +510,7 @@ Module {
Property { name: "lastExitStatus"; type: "ExitStatus"; isReadonly: true }
Property { name: "codeDir"; type: "string"; isReadonly: true }
Property { name: "runState"; type: "RunState"; isReadonly: true }
+ Property { name: "package"; type: "Package"; isPointer: true; isReadonly: true }
Property { name: "icon"; type: "QUrl"; isReadonly: true }
Property { name: "builtIn"; type: "bool"; isReadonly: true }
Property { name: "alias"; type: "bool"; isReadonly: true }