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

Method setFilePath

ChatView/FileItem.cpp:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void FileItem::setFilePath(const QString &newFilePath)
54{
55 if (m_filePath == newFilePath)
56 return;
57 m_filePath = newFilePath;
58 emit filePathChanged();
59}
60
61} // namespace QodeAssist::Chat

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected