| 772 | } |
| 773 | |
| 774 | void ChatRootView::calculateMessageTokensCount(const QString &message) |
| 775 | { |
| 776 | m_tokenCounter->setMessage(message); |
| 777 | } |
| 778 | |
| 779 | bool ChatRootView::isSendShortcut(int key, int modifiers) const |
| 780 | { |
nothing calls this directly
no test coverage detected