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:
@@ -313,7 +313,7 @@ QString PdmPythonGenerator::dataTypeString(const PdmFieldHandle* field, bool* is
|
||||
{
|
||||
auto xmlObj = field->capability<PdmXmlFieldHandle>();
|
||||
|
||||
QString dataType = xmlObj->childClassKeyword();
|
||||
QString dataType = xmlObj->dataTypeName();
|
||||
bool foundList = xmlObj->isVectorField();
|
||||
|
||||
std::map<QString, QString> builtins =
|
||||
|
||||
Reference in New Issue
Block a user