[Sketcher] Clear out some TODOs and other comments

This commit is contained in:
Ajinkya Dahale
2023-03-10 22:25:42 +05:30
committed by abdullahtahiriyo
parent 02558f3793
commit d6060c79aa
2 changed files with 16 additions and 23 deletions

View File

@@ -934,7 +934,7 @@ CmdSketcherCreateBSplineByInterpolation::CmdSketcherCreateBSplineByInterpolation
sWhatsThis = "Sketcher_CreateBSplineByInterpolation";
sStatusTip = sToolTipText;
sPixmap = "Sketcher_CreateBSplineByInterpolation";
sAccel = "G, B, I"; // TODO: Finalize this. What about Periodic?
sAccel = "G, B, I";
eType = ForEdit;
}
@@ -964,7 +964,7 @@ CmdSketcherCreatePeriodicBSplineByInterpolation::CmdSketcherCreatePeriodicBSplin
sWhatsThis = "Sketcher_Create_Periodic_BSplineByInterpolation";
sStatusTip = sToolTipText;
sPixmap = "Sketcher_Create_Periodic_BSplineByInterpolation";
sAccel = "G, B, O"; // TODO: Finalize this. What about Periodic?
sAccel = "G, B, O";
eType = ForEdit;
}