mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
ConfigWizard & updating: Fixes & cleanups
This commit is contained in:
parent
b506aa11fa
commit
6286c9ee7c
5 changed files with 33 additions and 21 deletions
|
@ -24,6 +24,8 @@ public:
|
|||
~ConfigWizard();
|
||||
|
||||
void run(PresetBundle *preset_bundle, PresetUpdater *updater);
|
||||
|
||||
static const wxString& name();
|
||||
private:
|
||||
struct priv;
|
||||
std::unique_ptr<priv> p;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue