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:27:17 +02:00
parent d0e1bedd8c
commit d371da246f
6 changed files with 15 additions and 15 deletions
@@ -178,7 +178,7 @@ void RimScriptCollection::fieldChangedByUi(const caf::PdmFieldHandle *changedFie
QFileInfo fi(directory);
this->setUiName(fi.baseName());
this->readContentFromDisc();
RimUiTreeModelPdm* treeModel = RiuMainWindow::instance()->uiPdmModel();
RimUiTreeModelPdm* treeModel = RiuMainWindow::instance()->uiPdmModel_OBSOLETE();
if (treeModel) treeModel->updateUiSubTree(this);
}
}