| 98 | } |
| 99 | |
| 100 | std::filesystem::path ProjectWidget::GetImagePath() const { |
| 101 | return image_path_text_->text().toUtf8().constData(); |
| 102 | } |
| 103 | |
| 104 | void ProjectWidget::SetDatabasePath(const std::filesystem::path& path) { |
| 105 | database_path_text_->setText(QString::fromStdString(path.string())); |
nothing calls this directly
no outgoing calls
no test coverage detected