| 42 | } |
| 43 | |
| 44 | void FileSelectionWidget::clearCurrentFile() |
| 45 | { |
| 46 | _currentFile = std::nullopt; |
| 47 | ui->fileview->clearSelection(); |
| 48 | setContextButtonsAvailable(false); |
| 49 | } |
| 50 | |
| 51 | void FileSelectionWidget::setCurrentFile(const QString& path) |
| 52 | { |
no outgoing calls
no test coverage detected