Please review these and then I'll squash all in to one commit

This commit is contained in:
luz.paz
2018-10-21 18:06:10 -04:00
committed by Yorik van Havre
parent 7e221ab15d
commit 2535665ee8
2 changed files with 11 additions and 10 deletions

View File

@@ -58,6 +58,7 @@
using namespace PartDesignGui;
using namespace Attacher;
// ***WMAYER, this comment needs revising***
// TODO Do ve should snap here to App:Part or GeoFeatureGroup/DocumentObjectGroup ? (2015-09-04, Fat-Zer)
const QString TaskFeaturePick::getFeatureStatusString(const featureStatus st)
{
@@ -295,7 +296,7 @@ std::vector<App::DocumentObject*> TaskFeaturePick::buildFeatures()
}
App::DocumentObject* TaskFeaturePick::makeCopy(App::DocumentObject* obj, std::string sub, bool independent) {
App::DocumentObject* copy = nullptr;
// Check for null to avoid segfault
if (!obj)