summaryrefslogtreecommitdiff
path: root/qmltypes
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2022-03-22 18:45:35 +0100
committerRobert Griebl <robert.griebl@qt.io>2022-03-23 16:52:48 +0100
commitc1fbd8b4f27d810c70fad85d0a9365aee360becb (patch)
treedd0aafda44421577f4718911c6baf526d0fb7646 /qmltypes
parent18946cefe5b116924d4e4e53a79984340937fd23 (diff)
downloadqtapplicationmanager-c1fbd8b4f27d810c70fad85d0a9365aee360becb.tar.gz
Add a new flag to allow surfaces from unknown Wayland clients
Before, this was only possible by running with the "noSecurity" flag, which disabled all security checks completely. Change-Id: I06fbd1cca414be518a19b2250b28e114687e7f93 Fixes: QTBUG-101703 Pick-to: 5.15 Reviewed-by: Bernd Weimer <bernd.weimer@qt.io>
Diffstat (limited to 'qmltypes')
-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 ce8b54ff..814d3c3f 100644
--- a/qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes
+++ b/qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes
@@ -299,6 +299,7 @@ Module {
Property { name: "count"; type: "int"; isReadonly: true }
Property { name: "runningOnDesktop"; type: "bool"; isReadonly: true }
Property { name: "slowAnimations"; type: "bool"; }
+ Property { name: "allowUnknownUiClients"; type: "bool"; isReadonly: true }
Signal {
name: "countChanged"
}