mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename several child() and children() functions
This commit is contained in:
@@ -198,7 +198,7 @@ std::vector<PdmFieldHandle*> PdmUiCommandSystemProxy::fieldsFromSelection( PdmFi
|
||||
for ( auto field : childFields )
|
||||
{
|
||||
std::vector<PdmObjectHandle*> childObjects;
|
||||
field->childObjects( &childObjects );
|
||||
field->children( &childObjects );
|
||||
for ( auto childObj : childObjects )
|
||||
{
|
||||
auto childFieldHandle = childObj->findField( fieldKeyword );
|
||||
|
||||
Reference in New Issue
Block a user