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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2018-10-18 11:40:26 +0300
committerYuSanka <yusanka@gmail.com>2018-10-18 11:40:26 +0300
commite223120e7e88658ba5e13f21d5643507eeda9910 (patch)
treeec6f26a50cb4187e4357abc4770de614ee961198 /src/slic3r/GUI/MainFrame.hpp
parent37a320c79e5542130f27f6a4befcff20df74d5be (diff)
Added instances to ObjectList
Diffstat (limited to 'src/slic3r/GUI/MainFrame.hpp')
-rw-r--r--src/slic3r/GUI/MainFrame.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/slic3r/GUI/MainFrame.hpp b/src/slic3r/GUI/MainFrame.hpp
index ed2646b69..f298dc034 100644
--- a/src/slic3r/GUI/MainFrame.hpp
+++ b/src/slic3r/GUI/MainFrame.hpp
@@ -30,11 +30,11 @@ class Tab;
enum QuickSlice
{
- qsUndef,
- qsReslice,
- qsSaveAs,
- qsExportSVG,
- qsExportPNG
+ qsUndef = 0,
+ qsReslice = 1,
+ qsSaveAs = 2,
+ qsExportSVG = 4,
+ qsExportPNG = 8
};
struct PresetTab {