| 368 | } |
| 369 | |
| 370 | void Engine::SetAutoRefresh( bool enable ) { |
| 371 | m_auto_refresh = enable; |
| 372 | } |
| 373 | |
| 374 | void Engine::ParseTheme( const parser::theme::Theme& theme_to_parse ) { |
| 375 | // Iterate over all rules |
nothing calls this directly
no outgoing calls
no test coverage detected