#5147 RimSummaryCase::m_summaryHeaderFilename -> PdmField<caf::FilePath>

This commit is contained in:
Jacob Støren
2019-12-10 16:12:21 +01:00
parent a9d089df6d
commit 18cf59530f
5 changed files with 13 additions and 12 deletions

View File

@@ -68,8 +68,8 @@ QString RimObservedSummaryData::caseName() const
//--------------------------------------------------------------------------------------------------
void RimObservedSummaryData::updateFilePathsFromProjectPath( const QString& newProjectPath, const QString& oldProjectPath )
{
m_summaryHeaderFilename =
RimTools::relocateFile( m_summaryHeaderFilename(), newProjectPath, oldProjectPath, nullptr, nullptr );
// m_summaryHeaderFilename =
// RimTools::relocateFile( m_summaryHeaderFilename(), newProjectPath, oldProjectPath, nullptr, nullptr );
}
//--------------------------------------------------------------------------------------------------