mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove call of resolveReferencesRecursively() from initAfterRead
Fixes by clang-format
This commit is contained in:
@@ -184,14 +184,6 @@ void RimPolygonFilter::updateVisualization()
|
||||
filterChanged.send();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimPolygonFilter::initAfterRead()
|
||||
{
|
||||
resolveReferencesRecursively();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -95,7 +95,6 @@ public:
|
||||
protected:
|
||||
void fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue ) override;
|
||||
void defineUiOrdering( QString uiConfigName, caf::PdmUiOrdering& uiOrdering ) override;
|
||||
void initAfterRead() override;
|
||||
|
||||
QString fullName() const override;
|
||||
|
||||
|
||||
@@ -435,7 +435,6 @@ void RimSeismicSection::updateVisualization()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimSeismicSection::initAfterRead()
|
||||
{
|
||||
resolveReferencesRecursively();
|
||||
if ( m_seismicData != nullptr )
|
||||
{
|
||||
m_seismicData->legendConfig()->changed.connect( this, &RimSeismicSection::onLegendConfigChanged );
|
||||
|
||||
Reference in New Issue
Block a user