mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2331 Renamed RimView to Rim3dView
This commit is contained in:
@@ -94,7 +94,7 @@ QList<caf::PdmOptionItemInfo> RicSelectViewUI::calculateValueOptions(const caf::
|
||||
{
|
||||
if (m_currentCase)
|
||||
{
|
||||
for (RimView* v : m_currentCase->views())
|
||||
for (Rim3dView* v : m_currentCase->views())
|
||||
{
|
||||
QIcon icon = v->uiCapability()->uiIcon();
|
||||
QString displayName = v->name;
|
||||
|
||||
Reference in New Issue
Block a user