mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
clang-format: Set column width to 140
* Set column width to 140 * Use c++20 * Remove redundant virtual
This commit is contained in:
@@ -74,9 +74,7 @@ RimWellPathImport::RimWellPathImport()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimWellPathImport::updateRegions( const QStringList& regionStrings,
|
||||
const QStringList& fieldStrings,
|
||||
const QStringList& edmIds )
|
||||
void RimWellPathImport::updateRegions( const QStringList& regionStrings, const QStringList& fieldStrings, const QStringList& edmIds )
|
||||
{
|
||||
assert( regionStrings.size() == fieldStrings.size() && regionStrings.size() == edmIds.size() );
|
||||
|
||||
@@ -193,9 +191,7 @@ void RimWellPathImport::updateFieldVisibility()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimWellPathImport::fieldChangedByUi( const caf::PdmFieldHandle* changedField,
|
||||
const QVariant& oldValue,
|
||||
const QVariant& newValue )
|
||||
void RimWellPathImport::fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue )
|
||||
{
|
||||
if ( changedField == &utmFilterMode )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user