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:
@@ -341,7 +341,7 @@ void PdmUiTreeViewQModel::updateSubTreeRecursive( const QModelIndex& existingSub
|
||||
it != indicesToRemoveFromSource.rend();
|
||||
++it )
|
||||
{
|
||||
// Use the removeChildrenNoDelete() to remove the pointer from the list without deleting the pointer
|
||||
// Use the removeChildNoDelete() to remove the pointer from the list without deleting the pointer
|
||||
sourceSubTreeRoot->removeChildrenNoDelete( *it, 1 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user