MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / chatFileName

Method chatFileName

ChatView/ChatRootView.cpp:1034–1037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1032}
1033
1034QString ChatRootView::chatFileName() const
1035{
1036 return QFileInfo(m_recentFilePath).baseName();
1037}
1038
1039QString ChatRootView::chatFilePath() const
1040{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected