| 417 | } |
| 418 | |
| 419 | void AppFrame::SetSplash(bool v)LNOEXCEPT |
| 420 | { |
| 421 | m_OptionSplash = v; |
| 422 | if (m_pMainWindow) |
| 423 | m_pMainWindow->HideMouse(!m_OptionSplash); |
| 424 | } |
| 425 | |
| 426 | LNOINLINE void AppFrame::SetTitle(const char* v)LNOEXCEPT |
| 427 | { |
nothing calls this directly
no outgoing calls
no test coverage detected