| 147 | } |
| 148 | |
| 149 | void SplashScreen::shutdown() |
| 150 | { |
| 151 | m_shutdown = true; |
| 152 | if (m_node) m_node->startShutdown(); |
| 153 | } |
| 154 | |
| 155 | bool SplashScreen::eventFilter(QObject * obj, QEvent * ev) { |
| 156 | if (ev->type() == QEvent::KeyPress) { |
nothing calls this directly
no test coverage detected