From 6e6f6fb326a8ab1ffafbdabfda626994262a6c9d Mon Sep 17 00:00:00 2001 From: Martin Kampas Date: Wed, 16 Dec 2020 14:29:25 +0100 Subject: [PATCH] [devicelock] Update plugins.qmltypes. Contributes to JB#52306 --- src/plugin/plugins.qmltypes | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/plugin/plugins.qmltypes b/src/plugin/plugins.qmltypes index 71d08fa..5f9fae4 100644 --- a/src/plugin/plugins.qmltypes +++ b/src/plugin/plugins.qmltypes @@ -43,7 +43,9 @@ Module { "ContactSupport": 16, "TemporarilyLocked": 17, "PermanentlyLocked": 18, - "UnlockToPerformOperation": 19 + "UnlockToPerformOperation": 19, + "SecurityCodeRequiredAfterReboot": 20, + "UnrecognizedFingerLimitExceeded": 21 } } Enum { @@ -269,6 +271,9 @@ Module { Property { name: "showNotifications"; type: "bool"; isReadonly: true } Property { name: "inputIsKeyboard"; type: "bool"; isReadonly: true } Property { name: "currentCodeIsDigitOnly"; type: "bool"; isReadonly: true } + Property { name: "currentCodeLength"; type: "int"; isReadonly: true } + Property { name: "minimumCodeLength"; type: "int"; isReadonly: true } + Property { name: "maximumCodeLength"; type: "int"; isReadonly: true } Property { name: "homeEncrypted"; type: "bool"; isReadonly: true } Property { name: "maximumAutomaticLocking"; type: "int"; isReadonly: true } Property { name: "absoluteMaximumAttempts"; type: "int"; isReadonly: true }