Part: Fix many lint warnings in SectionCut

This commit is contained in:
wmayer
2023-10-29 17:42:07 +01:00
committed by wwmayer
parent 1b1b9173c3
commit fc328c271b
2 changed files with 263 additions and 217 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -81,7 +81,7 @@ private:
bool hasBoxCustom = false;
void noDocumentActions();
void startCutting(bool isInitial = false);
SbBox3f getViewBoundingBox();
static SbBox3f getViewBoundingBox();
void refreshCutRanges(SbBox3f, bool forXValue = true, bool forYValue = true, bool forZValue = true,
bool forXRange = true, bool forYRange = true, bool forZRange = true);
void CutValueHelper(double val, QDoubleSpinBox* SpinBox, QSlider* Slider);