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:
@@ -42,7 +42,7 @@ RimFormationNamesCollection::RimFormationNamesCollection()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimFormationNamesCollection::~RimFormationNamesCollection()
|
||||
{
|
||||
m_formationNamesList.deleteAllChildObjects();
|
||||
m_formationNamesList.deleteChildren();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
@@ -109,7 +109,7 @@ std::vector<RimFormationNames*> RimFormationNamesCollection::importFiles( const
|
||||
RiaLogging::errorInMessageBox( nullptr, "Import Formation Names", totalErrorMessage );
|
||||
}
|
||||
|
||||
return m_formationNamesList.childObjects();
|
||||
return m_formationNamesList.children();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user