| 106 | } |
| 107 | |
| 108 | void ProjectWidget::SetImagePath(const std::filesystem::path& path) { |
| 109 | image_path_text_->setText(QString::fromStdString(path.string())); |
| 110 | } |
| 111 | |
| 112 | void ProjectWidget::Save() { |
| 113 | if (IsValid()) { |
no outgoing calls
no test coverage detected