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