Route cloud download reconcile through document open services

This commit is contained in:
2026-06-15 20:31:17 +02:00
parent fdf2e56182
commit 80533fae5b
6 changed files with 75 additions and 13 deletions

View File

@@ -3,6 +3,8 @@
#include "app_core/document_session.h"
#include "foundation/result.h"
#include <string_view>
class App;
namespace pp::panopainter {
@@ -12,4 +14,9 @@ namespace pp::panopainter {
pp::app::DocumentOpenPlanAction action,
const pp::app::DocumentOpenRoute& route);
void execute_legacy_downloaded_project_open(
App& app,
std::string_view path,
std::string_view name);
} // namespace pp::panopainter