Move cloud transfer helpers to legacy cloud services

This commit is contained in:
2026-06-15 20:05:46 +02:00
parent 1a5868376b
commit ccde4d69f4
6 changed files with 183 additions and 130 deletions

View File

@@ -319,10 +319,6 @@ public:
void cloud_upload();
void cloud_upload_all();
void cloud_browse();
void upload(std::string filename, std::string name = "",
std::function<void(float)> progress = nullptr);
void download(std::string url, std::string dest_filepath,
std::function<void(float)> progress = nullptr);
bool check_license();
std::shared_ptr<NodeProgressBar> show_progress(const std::string& title, int total = 0);