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:
@@ -33,10 +33,10 @@ RimViewLinkerCollection::RimViewLinkerCollection( void )
|
||||
{
|
||||
CAF_PDM_InitObject( "Linked Views", ":/LinkView16x16.png", "", "" );
|
||||
|
||||
CAF_PDM_InitField( &isActive, "Active", true, "Active", "", "", "" );
|
||||
CAF_PDM_InitField( &isActive, "Active", true, "Active" );
|
||||
isActive.uiCapability()->setUiHidden( true );
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &viewLinker, "ViewLinkers", "View Linkers", "", "", "" );
|
||||
CAF_PDM_InitFieldNoDefault( &viewLinker, "ViewLinkers", "View Linkers" );
|
||||
viewLinker.uiCapability()->setUiTreeHidden( true );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user