| 425 | } |
| 426 | |
| 427 | void CParameterApp::SetDockListRecentShowToolBar(bool bEnable) |
| 428 | { |
| 429 | if(m_bDockListRecentShowToolBar == bEnable) |
| 430 | return; |
| 431 | m_bDockListRecentShowToolBar = bEnable; |
| 432 | SetModified(true); |
| 433 | } |
| 434 | |
| 435 | const bool CParameterApp::GetDockListFavoriteShowToolBar() const |
| 436 | { |
no outgoing calls
no test coverage detected