mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename PdmXmlFieldHandle::childClassKeyword to dataTypeName to reflect that it will contain names for built in types
This commit is contained in:
@@ -56,9 +56,9 @@ void PdmXmlFieldHandle::disableIO()
|
||||
/// to PdmObjectHandle derived objects.
|
||||
/// Returns typeid(DataType).name() if the field is not containing some PdmObjectHandle type
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString PdmXmlFieldHandle::childClassKeyword() const
|
||||
QString PdmXmlFieldHandle::dataTypeName() const
|
||||
{
|
||||
return m_childClassKeyword;
|
||||
return m_dataTypeName;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user