mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Renamed to nameField() to avoid duplication of name()
This commit is contained in:
@@ -57,13 +57,13 @@ void RimNamedObject::setName(const QString& name)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
caf::PdmFieldHandle* RimNamedObject::userDescriptionField()
|
||||
{
|
||||
return name();
|
||||
return nameField();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
caf::PdmFieldHandle* RimNamedObject::name()
|
||||
caf::PdmFieldHandle* RimNamedObject::nameField()
|
||||
{
|
||||
return &m_name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user