36 #include "ui_editraw.h" |
36 #include "ui_editraw.h" |
37 #include "ui_flip.h" |
37 #include "ui_flip.h" |
38 #include "ui_addhistoryline.h" |
38 #include "ui_addhistoryline.h" |
39 #include "algorithmtoolset.h" |
39 #include "algorithmtoolset.h" |
40 |
40 |
41 ConfigOption (int roundPositionPrecision = 3) |
41 ConfigOption (int RoundPositionPrecision = 3) |
42 ConfigOption (int roundMatrixPrecision = 4) |
42 ConfigOption (int RoundMatrixPrecision = 4) |
43 ConfigOption (int splitLinesSegments = 5) |
43 ConfigOption (int SplitLinesSegments = 5) |
44 |
44 |
45 AlgorithmToolset::AlgorithmToolset (MainWindow* parent) : |
45 AlgorithmToolset::AlgorithmToolset (MainWindow* parent) : |
46 Toolset (parent) |
46 Toolset (parent) |
47 { |
47 { |
48 } |
48 } |