Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2018-04-16 18:00:31 +0300
committerVojtech Kral <vojtech@kral.hk>2018-04-16 18:00:31 +0300
commit7710b541da5a5b6c519fa67a91286d1c37a12791 (patch)
treef23854dda41ceb8546f71df244119f04f380cf05 /xs/src/slic3r/GUI/ConfigWizard_private.hpp
parentc733e3151b2d15fdf1507c8417c2a96898d1d019 (diff)
parentc5af8bfe789526bdd3ae78786400f45d89ae9f98 (diff)
Merge branch 'config_snapshots' into updating
Diffstat (limited to 'xs/src/slic3r/GUI/ConfigWizard_private.hpp')
-rw-r--r--xs/src/slic3r/GUI/ConfigWizard_private.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/src/slic3r/GUI/ConfigWizard_private.hpp b/xs/src/slic3r/GUI/ConfigWizard_private.hpp
index 8aab1cc19..faabca812 100644
--- a/xs/src/slic3r/GUI/ConfigWizard_private.hpp
+++ b/xs/src/slic3r/GUI/ConfigWizard_private.hpp
@@ -188,6 +188,7 @@ private:
struct ConfigWizard::priv
{
ConfigWizard *q;
+ bool fresh_start;
AppConfig appconfig_vendors; // TODO: use order-preserving container
std::unordered_map<std::string, VendorProfile> vendors; // TODO: just set?
std::unordered_map<std::string, std::string> vendors_rsrc;