mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8250 Use variadic macros and remove obsolete parameters
This commit is contained in:
@@ -30,9 +30,9 @@ CAF_PDM_SOURCE_INIT( RimWellLogFileChannel, "WellLogFileChannel" );
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimWellLogFileChannel::RimWellLogFileChannel()
|
||||
{
|
||||
CAF_PDM_InitObject( "Well Log File Channel", "", "", "" );
|
||||
CAF_PDM_InitObject( "Well Log File Channel" );
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &m_name, "Name", "", "", "", "" );
|
||||
CAF_PDM_InitFieldNoDefault( &m_name, "Name", "" );
|
||||
RiaFieldhandleTools::disableWriteAndSetFieldHidden( &m_name );
|
||||
}
|
||||
|
||||
@@ -42,4 +42,4 @@ RimWellLogFileChannel::RimWellLogFileChannel()
|
||||
void RimWellLogFileChannel::setName( const QString& name )
|
||||
{
|
||||
m_name = name;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user