[TD]apply review comments from @chennes

- also delete empty execute method
This commit is contained in:
wandererfan
2022-11-12 08:57:37 -05:00
committed by WandererFan
parent edf7d93188
commit 4774c432c5
3 changed files with 3 additions and 26 deletions

View File

@@ -97,7 +97,7 @@ void DrawSVGTemplate::onChanged(const App::Property* prop)
}
//parse the Svg code, inserting current EditableTexts values, and return the result as a QString.
//While parsing, not the Orientation, Width and Height values in the Svg code.
//While parsing, note the Orientation, Width and Height values in the Svg code.
QString DrawSVGTemplate::processTemplate()
{
// Base::Console().Message("DSVGT::processTemplate() - isRestoring: %d\n", isRestoring());