1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-26 10:25:49 +00:00

WIP: ConfigWizard: 3rd party bundle installation roughly done

This commit is contained in:
Vojtech Kral
2019-06-17 16:39:22 +02:00
parent dba9925c4e
commit 235b659cf9
11 changed files with 493 additions and 215 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ public:
SP_MATERIALS,
};
ConfigWizard();
ConfigWizard(wxWindow *parent);
ConfigWizard(ConfigWizard &&) = delete;
ConfigWizard(const ConfigWizard &) = delete;
ConfigWizard &operator=(ConfigWizard &&) = delete;