mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Renamed class RimInputProperty to RimEclipseInputProperty
This commit is contained in:
@@ -518,7 +518,7 @@ void RimUiTreeModelPdm::deleteInputProperty(const QModelIndex& itemIndex)
|
||||
if (!uiItem) return;
|
||||
|
||||
caf::PdmObject* object = uiItem->dataObject().p();
|
||||
RimInputProperty* inputProperty = dynamic_cast<RimInputProperty*>(object);
|
||||
RimEclipseInputProperty* inputProperty = dynamic_cast<RimEclipseInputProperty*>(object);
|
||||
if (!inputProperty) return;
|
||||
|
||||
// Remove item from UI tree model before delete of project data structure
|
||||
|
||||
Reference in New Issue
Block a user