mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
FIX:fixed studio crash caused by HTTP request blocking
jira:[STUDIO-3849] Change-Id: I6348af96014e80da6b720da48239fed262f0f3c5 (cherry picked from commit 87c996c15db0bd7b1ce075004605490fdeb1f979)
This commit is contained in:
parent
061a2cdb7e
commit
50f9edec5c
5 changed files with 14 additions and 9 deletions
|
@ -192,6 +192,8 @@ public:
|
|||
static BBLSubTask::SubTaskStatus parse_user_service_task_status(int status);
|
||||
};
|
||||
|
||||
typedef std::function<void(BBLModelTask* subtask)> OnGetSubTaskFn;
|
||||
|
||||
class BBLTask {
|
||||
public:
|
||||
enum TaskStatus {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue