mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5147 RimEclipseInputProperty::fileName -> caf::FilePath
This commit is contained in:
@@ -56,7 +56,7 @@ std::vector<RimEclipseInputProperty*> RimEclipseInputPropertyCollection::findInp
|
||||
{
|
||||
if ( !inputProperties[i] ) continue;
|
||||
|
||||
QFileInfo propFile( inputProperties[i]->fileName() );
|
||||
QFileInfo propFile( inputProperties[i]->fileName().path() );
|
||||
if ( fileInfo == propFile ) result.push_back( inputProperties[i] );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user