Sketcher: move GUI common utility functions to a new file Utils.h
================================================================= Common utility functions used by almost all Command classes were previous in Constraint.h. Aside from providing a very bad intent, it created unnecessary header dependencies. This commit separates these common functions into a new header, utils.h, which is then used in all command classes where it is necessary.
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
#include "DrawSketchHandler.h"
|
||||
#include "TaskDlgEditSketch.h"
|
||||
#include "TaskSketcherValidation.h"
|
||||
#include "CommandConstraints.h"
|
||||
#include "Utils.h"
|
||||
#include "ViewProviderSketchGeometryExtension.h"
|
||||
#include <Mod/Sketcher/App/SolverGeometryExtension.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user