Merge pull request #5043 from chennes/lgtmLinkDeclHidesParam
[App] LGTM fix - rename loop variable
This commit is contained in:
@@ -1322,8 +1322,8 @@ void LinkBaseExtension::setLink(int index, DocumentObject *obj,
|
|||||||
|
|
||||||
auto objs = getElementListValue();
|
auto objs = getElementListValue();
|
||||||
getElementListProperty()->setValue();
|
getElementListProperty()->setValue();
|
||||||
for(auto obj : objs)
|
for(auto thisObj : objs)
|
||||||
detachElement(obj);
|
detachElement(thisObj);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user