mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5621 Delta case : Create delta case from two selected cases
This commit is contained in:
@@ -64,6 +64,8 @@ public:
|
||||
RifSummaryReaderInterface* summaryReader() override;
|
||||
void updateFilePathsFromProjectPath( const QString& newProjectPath, const QString& oldProjectPath ) override;
|
||||
|
||||
void updateDisplayNameFromCases();
|
||||
|
||||
protected:
|
||||
QString caseName() const override;
|
||||
|
||||
@@ -75,7 +77,6 @@ private:
|
||||
void defineUiOrdering( QString uiConfigName, caf::PdmUiOrdering& uiOrdering ) override;
|
||||
|
||||
void clearData( const RifEclipseSummaryAddress& address );
|
||||
void updateNameFromInputCases();
|
||||
|
||||
private:
|
||||
caf::PdmPtrField<RimSummaryCase*> m_summaryCase1;
|
||||
|
||||
Reference in New Issue
Block a user