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:
@@ -39,13 +39,13 @@ RimProcess::RimProcess()
|
||||
|
||||
CAF_PDM_InitObject( "ResInsight Process", ":/Erase.png", "", "" );
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &m_command, "Command", "Command", "", "", "" );
|
||||
CAF_PDM_InitFieldNoDefault( &m_command, "Command", "Command" );
|
||||
m_command.uiCapability()->setUiReadOnly( true );
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &m_description, "Description", "Description", "", "", "" );
|
||||
CAF_PDM_InitFieldNoDefault( &m_description, "Description", "Description" );
|
||||
m_description.uiCapability()->setUiReadOnly( true );
|
||||
|
||||
CAF_PDM_InitField( &m_id, "ID", defId, "ID", "", "", "" );
|
||||
CAF_PDM_InitField( &m_id, "ID", defId, "ID" );
|
||||
m_id.uiCapability()->setUiReadOnly( true );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user