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:
@@ -32,9 +32,9 @@ CAF_PDM_SOURCE_INIT( RimStimPlanModelCollection, "StimPlanModelCollection" );
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimStimPlanModelCollection::RimStimPlanModelCollection( void )
|
||||
{
|
||||
CAF_PDM_InitScriptableObject( "StimPlan Models", "", "", "" );
|
||||
CAF_PDM_InitScriptableObject( "StimPlan Models" );
|
||||
|
||||
CAF_PDM_InitScriptableFieldNoDefault( &m_stimPlanModels, "StimPlanModels", "", "", "", "" );
|
||||
CAF_PDM_InitScriptableFieldNoDefault( &m_stimPlanModels, "StimPlanModels", "" );
|
||||
m_stimPlanModels.uiCapability()->setUiTreeHidden( true );
|
||||
|
||||
setName( "StimPlan Models" );
|
||||
|
||||
Reference in New Issue
Block a user