mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-13 20:17:49 +00:00
FIX:fixed download address splicing failure
Change-Id: I41b3f822aac95be86bf05db40dee54da133e6acf
This commit is contained in:
@@ -212,9 +212,9 @@ public:
|
||||
void load_project(wxString const & filename = "", wxString const & originfile = "-");
|
||||
int save_project(bool saveAs = false);
|
||||
//BBS download project by project id
|
||||
void import_model_id(const std::string& download_info);
|
||||
void import_model_id(wxString download_info);
|
||||
void download_project(const wxString& project_id);
|
||||
void request_model_download(std::string url);
|
||||
void request_model_download(wxString url);
|
||||
void request_download_project(std::string project_id);
|
||||
// BBS: check snapshot
|
||||
bool up_to_date(bool saved, bool backup);
|
||||
|
||||
Reference in New Issue
Block a user