| 446 | } |
| 447 | |
| 448 | bool CParameterApp::GetKeepSplitViewWhenFullScreen() const |
| 449 | { |
| 450 | return m_bKeepSplitViewWhenFullScreen; |
| 451 | } |
| 452 | |
| 453 | void CParameterApp::SetKeepSplitViewWhenFullScreen(bool newKeepSplitViewWhenFullScreen) |
| 454 | { |
no outgoing calls
no test coverage detected