| 51 | } |
| 52 | |
| 53 | void 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 |
nothing calls this directly
no outgoing calls
no test coverage detected