From 104dec177efb9c7e820e79a3a8236948128f9072 Mon Sep 17 00:00:00 2001 From: Andrew den Exter Date: Thu, 21 May 2020 06:51:56 +0000 Subject: [PATCH] [devicelock] Add new feedback messages for when fingerprint identification is disabled. Contributes to JB#41811 --- src/nemo-devicelock/authenticationinput.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/nemo-devicelock/authenticationinput.h b/src/nemo-devicelock/authenticationinput.h index ac53f50..3d559a0 100644 --- a/src/nemo-devicelock/authenticationinput.h +++ b/src/nemo-devicelock/authenticationinput.h @@ -95,7 +95,9 @@ class NEMODEVICELOCK_EXPORT AuthenticationInput : public QObject, private Connec ContactSupport, TemporarilyLocked, PermanentlyLocked, - UnlockToPerformOperation + UnlockToPerformOperation, + SecurityCodeRequiredAfterReboot, + UnrecognizedFingerLimitExceeded }; Q_ENUM(Feedback)