| 1037 | } |
| 1038 | |
| 1039 | QString ChatRootView::chatFilePath() const |
| 1040 | { |
| 1041 | return m_recentFilePath; |
| 1042 | } |
| 1043 | |
| 1044 | void ChatRootView::setRecentFilePath(const QString &filePath) |
| 1045 | { |
nothing calls this directly
no outgoing calls
no test coverage detected