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:
@@ -28,8 +28,8 @@ CAF_PDM_XML_ABSTRACT_SOURCE_INIT( RimCheckableNamedObject, "CheckableNamedObject
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimCheckableNamedObject::RimCheckableNamedObject( void )
|
||||
{
|
||||
CAF_PDM_InitScriptableObject( "Checkable object", "", "", "" );
|
||||
CAF_PDM_InitScriptableField( &m_isChecked, "IsChecked", true, "Active", "", "", "" );
|
||||
CAF_PDM_InitScriptableObject( "Checkable object" );
|
||||
CAF_PDM_InitScriptableField( &m_isChecked, "IsChecked", true, "Active" );
|
||||
m_isChecked.uiCapability()->setUiHidden( true );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user