diff options
Diffstat (limited to 'voice/voiceagentregistry.h')
-rw-r--r-- | voice/voiceagentregistry.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/voice/voiceagentregistry.h b/voice/voiceagentregistry.h index 2a69294..4394017 100644 --- a/voice/voiceagentregistry.h +++ b/voice/voiceagentregistry.h @@ -63,12 +63,12 @@ class VoiceAgentRegistry : public QObject void setAuthState(QString id, ServiceAuthState state); void setConnectionState(QString id, AgentConnectionState state); void setDialogState(QString id, VoiceDialogState state); - void updateCblPair(QString id, QString code, QString url, - bool expired); + void updateLoginData(QString id, QString code, QString url, + bool expired); int stringToEnum(QString value, QString enumtype); private: VoiceAgentModel *m_model; - Voice *m_voice; + Voice *vc; QString m_default_aid; QStringList m_regids; }; |