Renamed uiPdmModel() to uiPdmModel_OBSOLETE()

To make it easier to see what code is using the obsolete stuff.
This commit is contained in:
Jacob Støren
2015-08-14 13:18:42 +02:00
parent d0e1bedd8c
commit d371da246f
6 changed files with 15 additions and 15 deletions

View File

@@ -90,11 +90,11 @@ void RimEclipseCellColors::fieldChangedByUi(const caf::PdmFieldHandle* changedFi
if (faultColors)
{
faultColors->updateConnectedEditors();
RiuMainWindow::instance()->uiPdmModel()->updateUiSubTree(faultColors);
RiuMainWindow::instance()->uiPdmModel_OBSOLETE()->updateUiSubTree(faultColors);
}
else
{
RiuMainWindow::instance()->uiPdmModel()->updateUiSubTree(this);
RiuMainWindow::instance()->uiPdmModel_OBSOLETE()->updateUiSubTree(this);
}
}