Sketcher: Convert PointPos into an enum CLASS

This commit is contained in:
Abdullah Tahiri
2021-12-11 14:43:57 +01:00
parent bb76be1371
commit 97c82a6703
22 changed files with 845 additions and 843 deletions

View File

@@ -777,7 +777,7 @@ void CmdSketcherMirrorSketch::activated(int iMsg)
}
int refgeoid = -1;
Sketcher::PointPos refposid = Sketcher::none;
Sketcher::PointPos refposid = Sketcher::PointPos::none;
// Ask the user the type of mirroring
SketchMirrorDialog smd;
if (smd.exec() != QDialog::Accepted)