| 1032 | } |
| 1033 | |
| 1034 | QString ChatRootView::chatFileName() const |
| 1035 | { |
| 1036 | return QFileInfo(m_recentFilePath).baseName(); |
| 1037 | } |
| 1038 | |
| 1039 | QString ChatRootView::chatFilePath() const |
| 1040 | { |
nothing calls this directly
no outgoing calls
no test coverage detected