mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-01 16:38:43 +03:00
update slic3r
This commit is contained in:
@@ -156,6 +156,13 @@ void delete_cookies(wxWebView* web_view, const std::string& url)
|
||||
}
|
||||
}];
|
||||
}
|
||||
|
||||
void delete_cookies_with_counter(wxWebView* web_view, const std::string& url, std::atomic<size_t>& counter)
|
||||
{
|
||||
delete_cookies(web_view, url);
|
||||
counter++;
|
||||
}
|
||||
|
||||
void add_request_authorization(wxWebView* web_view, const wxString& address, const std::string& token)
|
||||
{
|
||||
// unused on MacOS
|
||||
|
||||
Reference in New Issue
Block a user