diff options
Diffstat (limited to 'voice/voiceagentregistry.h')
-rw-r--r-- | voice/voiceagentregistry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/voice/voiceagentregistry.h b/voice/voiceagentregistry.h index cd7dc2c..e0a48c5 100644 --- a/voice/voiceagentregistry.h +++ b/voice/voiceagentregistry.h @@ -51,6 +51,8 @@ class VoiceAgentRegistry : public QObject enum ServiceAuthState { UNINITIALIZED = 0, REFRESHED, + EXPIRED, + UNRECOVERABLE_ERROR }; Q_ENUM(ServiceAuthState) |