Alligned the GeoMechResultDefinition to the EclipseResultDefinition way of updating the PropertyFilter

This commit is contained in:
Jacob Støren
2015-08-10 17:26:19 +02:00
parent df0b4164c5
commit b35e37bde2
3 changed files with 8 additions and 16 deletions

View File

@@ -57,8 +57,6 @@ public:
QString resultComponentName() { return m_resultComponentName();}
void setResultAddress(const RigFemResultAddress& resultAddress);
void setOwnerPropertyFilter(RimGeoMechPropertyFilter* propertyFilter);
QString resultFieldUiName();
QString resultComponentUiName();
@@ -85,7 +83,6 @@ private:
caf::PdmField<QString> m_resultVariableUiField;
caf::PdmPointer<RimGeoMechView> m_reservoirView;
caf::PdmPointer<RimGeoMechPropertyFilter> m_propertyFilter;
static QString convertToUiResultFieldName(QString resultFieldName);
};