mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 12:52:07 +00:00
2.2.0 pre (#80)
* Recover: Packaging Process * Update: Flutter 1222 * Fix: crash when recreate GUI * Fix Crash when using m_profile_json * Fix NetworkTestDialog crash
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include <time.h>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
|
||||
namespace Slic3r {
|
||||
namespace GUI {
|
||||
@@ -47,6 +48,8 @@ enum TestJob {
|
||||
class NetworkTestDialog : public DPIDialog
|
||||
{
|
||||
protected:
|
||||
std::shared_ptr<NetworkTestDialog> self_ptr;
|
||||
std::weak_ptr<NetworkTestDialog> weak_this;
|
||||
Button* btn_start;
|
||||
Button* btn_start_sequence;
|
||||
Button* btn_download_log;
|
||||
|
||||
Reference in New Issue
Block a user