| 279 | } |
| 280 | |
| 281 | void DialogAgent::SetProfile(const AuthProfile &profile) |
| 282 | { |
| 283 | this->authProfile = profile; |
| 284 | loadProfiles(); |
| 285 | } |
| 286 | |
| 287 | void DialogAgent::SetAvailableListeners(const QVector<ListenerData> &listeners) |
| 288 | { |
no outgoing calls
no test coverage detected