| 102 | } |
| 103 | |
| 104 | void ProjectWidget::SetDatabasePath(const std::filesystem::path& path) { |
| 105 | database_path_text_->setText(QString::fromStdString(path.string())); |
| 106 | } |
| 107 | |
| 108 | void ProjectWidget::SetImagePath(const std::filesystem::path& path) { |
| 109 | image_path_text_->setText(QString::fromStdString(path.string())); |
no outgoing calls
no test coverage detected