mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#10367 Janitor: Remove unneccessary 'this' pointers
This commit is contained in:
@@ -61,12 +61,12 @@ void RimObservedEclipseUserData::createSummaryReaderInterface()
|
||||
m_multiSummaryReader = nullptr;
|
||||
m_summaryReader = nullptr;
|
||||
|
||||
if ( caf::Utils::fileExists( this->summaryHeaderFilename() ) )
|
||||
if ( caf::Utils::fileExists( summaryHeaderFilename() ) )
|
||||
{
|
||||
QFile file( this->summaryHeaderFilename() );
|
||||
QFile file( summaryHeaderFilename() );
|
||||
if ( !file.open( QIODevice::ReadOnly | QIODevice::Text ) )
|
||||
{
|
||||
RiaLogging::error( QString( "Failed to open %1" ).arg( this->summaryHeaderFilename() ) );
|
||||
RiaLogging::error( QString( "Failed to open %1" ).arg( summaryHeaderFilename() ) );
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user