Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[devicelock] Update plugins.qmltypes. Contributes to JB#52306
  • Loading branch information
martyone committed Dec 16, 2020
1 parent f5bed21 commit 6e6f6fb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/plugin/plugins.qmltypes
Expand Up @@ -43,7 +43,9 @@ Module {
"ContactSupport": 16,
"TemporarilyLocked": 17,
"PermanentlyLocked": 18,
"UnlockToPerformOperation": 19
"UnlockToPerformOperation": 19,
"SecurityCodeRequiredAfterReboot": 20,
"UnrecognizedFingerLimitExceeded": 21
}
}
Enum {
Expand Down Expand Up @@ -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 }
Expand Down

0 comments on commit 6e6f6fb

Please sign in to comment.