| 612 | } |
| 613 | |
| 614 | QString ChatRootView::getAutosaveFilePath() const |
| 615 | { |
| 616 | return m_historyStore->autosaveFilePath(m_recentFilePath); |
| 617 | } |
| 618 | |
| 619 | QString ChatRootView::getAutosaveFilePath( |
| 620 | const QString &firstMessage, const QStringList &attachments) const |
nothing calls this directly
no test coverage detected