Skip to content

SidebarMode: Refactor actionMenuVisible property

ivan tkachenko requested to merge work/ratijas/refactor-private-menu into master

In private class it doesn't need to be prefixed with "m_". And setter can be moved to the private methods of public counterpart class because there's no benefit in having it in Private when the data field itself it directly writable anyway.

Merge request reports