FIX:fixed studio crash caused by HTTP request blocking

jira:[STUDIO-3849]

Change-Id: I6348af96014e80da6b720da48239fed262f0f3c5
This commit is contained in:
tao wang
2023-08-23 20:41:07 +08:00
committed by Lane.Wei
parent c144d4e7d6
commit 44eaa75110
5 changed files with 14 additions and 9 deletions

View File

@@ -74,6 +74,8 @@ struct ScoreData
std::unordered_map<wxString, std::string> local_to_url_image;
};
typedef std::function<void(BBLModelTask* subtask)> OnGetSubTaskFn;
class ScoreDialog : public GUI::DPIDialog
{
public: