Extract cloud browser file-list request helper

This commit is contained in:
2026-06-15 20:42:26 +02:00
parent 9d54dbc8c7
commit b06211faa0
5 changed files with 70 additions and 11 deletions

View File

@@ -46,4 +46,5 @@ public:
virtual void removed(Node* parent) override;
void load_thumbs_thread();
NodeText* create_loading_status_text();
bool load_cloud_file_list(CURL* curl, std::string& response, NodeText& status_text);
};