All: Reformat according to new standard
This commit is contained in:
committed by
Kacper Donat
parent
eafd18dac0
commit
25c3ba7338
@@ -32,11 +32,13 @@ PROPERTY_SOURCE(Sketcher::SketchObjectSF, Part::Part2DObject)
|
||||
|
||||
SketchObjectSF::SketchObjectSF()
|
||||
{
|
||||
ADD_PROPERTY_TYPE(SketchFlatFile,
|
||||
(nullptr),
|
||||
"",
|
||||
(App::PropertyType)(App::Prop_None),
|
||||
"SketchFlat file (*.skf) which defines this sketch");
|
||||
ADD_PROPERTY_TYPE(
|
||||
SketchFlatFile,
|
||||
(nullptr),
|
||||
"",
|
||||
(App::PropertyType)(App::Prop_None),
|
||||
"SketchFlat file (*.skf) which defines this sketch"
|
||||
);
|
||||
}
|
||||
|
||||
short SketchObjectSF::mustExecute() const
|
||||
@@ -51,7 +53,8 @@ App::DocumentObjectExecReturn* SketchObjectSF::execute()
|
||||
{
|
||||
Base::Console().warning(
|
||||
"%s: This feature is deprecated and won't be longer supported in future FreeCAD versions\n",
|
||||
this->getNameInDocument());
|
||||
this->getNameInDocument()
|
||||
);
|
||||
// do nothing
|
||||
return App::DocumentObject::StdReturn;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user