mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8420 Janitor: Remove empty parameters in initialization macros
This commit is contained in:
@@ -28,7 +28,7 @@ CAF_PDM_ABSTRACT_SOURCE_INIT( RimStreamline, "Streamline" );
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimStreamline::RimStreamline( QString simWellName )
|
||||
{
|
||||
CAF_PDM_InitScriptableObject( "Streamline", ":/Erase.png", "", "" );
|
||||
CAF_PDM_InitScriptableObject( "Streamline", ":/Erase.png" );
|
||||
|
||||
CAF_PDM_InitScriptableField( &m_simWellName, "Name", simWellName, "Name" );
|
||||
m_simWellName.uiCapability()->setUiReadOnly( true );
|
||||
|
||||
Reference in New Issue
Block a user