Renamed class RimInputProperty to RimEclipseInputProperty

This commit is contained in:
Pål Hagen
2015-06-25 11:51:59 +02:00
parent dec6791027
commit 33684d32c3
10 changed files with 48 additions and 48 deletions

View File

@@ -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