diff options
Diffstat (limited to 'voice/voiceagentmodel.h')
-rw-r--r-- | voice/voiceagentmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/voice/voiceagentmodel.h b/voice/voiceagentmodel.h index 30d295b..3cd84e6 100644 --- a/voice/voiceagentmodel.h +++ b/voice/voiceagentmodel.h @@ -54,6 +54,8 @@ class VoiceAgentModel : public QAbstractListModel VoiceAgentProfile *getAgentFromId(QString id) const; void updateAgentProperties(QString name, QString id, QString api, bool active, QString wuw); + void updateAgentState(QString id); + void updateAgentLoginData(QString id); private: QList<VoiceAgentProfile *> m_agents; |