Renamed to nameField() to avoid duplication of name()

This commit is contained in:
Magne Sjaastad
2017-06-08 13:31:53 +02:00
parent 5cad6cd376
commit e1f4dbfcf8
7 changed files with 8 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ RimFishboneWellPathCollection::RimFishboneWellPathCollection()
{
CAF_PDM_InitObject("WellPathCompletions", ":/FishBoneGroupFromFile16x16.png", "", "");
name()->uiCapability()->setUiHidden(true);
nameField()->uiCapability()->setUiHidden(true);
this->setName("Well Paths");
CAF_PDM_InitFieldNoDefault(&m_wellPaths, "WellPaths", "Well Paths", "", "", "");