[TD]code clean ups

- QtConcurrent include and CMake for Win

- include clean up dvp, dvs, dvd

- variable names and nested if clean up

- remove debug code
This commit is contained in:
Wanderer Fan
2022-07-29 14:17:24 -04:00
committed by WandererFan
parent b1dd0bd2d0
commit 74cdc6db61
36 changed files with 772 additions and 840 deletions

View File

@@ -140,7 +140,7 @@ App::DocumentObjectExecReturn *DrawViewArch::execute()
Base::Interpreter().runStringArg("App.activeDocument().%s.Symbol = '%s' + svgBody + '%s'",
FeatName.c_str(),svgHead.c_str(),svgTail.c_str());
}
// requestPaint();
overrideKeepUpdated(false);
return DrawView::execute();
}