| 504 | } |
| 505 | |
| 506 | Context::ContextManager *ClientInterface::contextManager() const |
| 507 | { |
| 508 | return m_contextManager; |
| 509 | } |
| 510 | |
| 511 | void ClientInterface::handlePartialResponse(const QString &requestId, const QString &partialText) |
| 512 | { |
no outgoing calls
no test coverage detected