mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Simplify PdmDocument class and move fileName to private
Remove resolveReferencesRecursively() and initAfterReadRecursively() from PdmDocument::readFile(). These functions will be called in RiaApplication::loadProject after the file paths modifications are done. This will ensure that file paths can be used in initAfterRead() functions.
This commit is contained in:
@@ -113,7 +113,7 @@ void RicExportSelectedWellPathsFeature::writeWellPathGeometryToStream( QTextStre
|
||||
|
||||
if ( writeProjectInfo )
|
||||
{
|
||||
formatter.comment( "Project: " + RimProject::current()->fileName );
|
||||
formatter.comment( "Project: " + RimProject::current()->fileName() );
|
||||
stream << "\n";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user