[Sketcher] make more pointers to the UI std::unique_ptr

addendum to PR #4362

(Same as PR #4293, just for Sketcher

as noted in https://github.com/FreeCAD/FreeCAD/pull/4271#discussion_r554673632
the pointer to the UI should be a unique pointer.

This PR does this for all Sketcher dialogs that don't already use a unique_ptr.)
This commit is contained in:
donovaly
2021-02-05 01:38:34 +01:00
committed by wmayer
parent 9c3c562f7b
commit 65656f6d22
10 changed files with 8 additions and 14 deletions

View File

@@ -53,7 +53,6 @@ SketchRectangularArrayDialog::SketchRectangularArrayDialog(void)
SketchRectangularArrayDialog::~SketchRectangularArrayDialog()
{
delete ui;
}
void SketchRectangularArrayDialog::accept()