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)