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 12:41:29 +0300
committerYuSanka <yusanka@gmail.com>2018-10-18 12:41:29 +0300
commit80f79451f7dace058f4a73c9018c856f91c1e99b (patch)
tree855c5409bf50bc1a1900973b9778b90fa8202480 /src/slic3r/GUI/MainFrame.hpp
parent82ec5bf22e56006a3dc4b8a169cefbb06b201bc4 (diff)
parent33a0f5beff5d4ba91f4352741f99df303191cd8a (diff)
Merge remote-tracking branch 'origin/ys_dev_native' into dev_native
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 1015e783c..04201b709 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 {