| 528 | } |
| 529 | |
| 530 | QString ChatRootView::currentTemplate() const |
| 531 | { |
| 532 | auto &settings = Settings::generalSettings(); |
| 533 | return settings.caModel(); |
| 534 | } |
| 535 | |
| 536 | void ChatRootView::saveHistory(const QString &filePath) |
| 537 | { |
nothing calls this directly
no outgoing calls
no test coverage detected