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:
@@ -195,7 +195,7 @@ void RimWellPathCollection::loadDataAndUpdate()
|
||||
|
||||
rebuildWellPathNodes();
|
||||
|
||||
this->sortWellsByName();
|
||||
sortWellsByName();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
@@ -380,7 +380,7 @@ std::vector<RimWellLogFile*> RimWellPathCollection::addWellLogs( const QStringLi
|
||||
}
|
||||
}
|
||||
|
||||
this->sortWellsByName();
|
||||
sortWellsByName();
|
||||
updateAllRequiredEditors();
|
||||
|
||||
return logFileInfos;
|
||||
@@ -432,7 +432,7 @@ void RimWellPathCollection::addWellPathFormations( const QStringList& filePaths
|
||||
RiaLogging::errorInMessageBox( Riu3DMainWindowTools::mainWindowWidget(), "Well Picks Import", outputMessage );
|
||||
}
|
||||
|
||||
this->sortWellsByName();
|
||||
sortWellsByName();
|
||||
updateAllRequiredEditors();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user