| 149 | |
| 150 | #ifdef Q_OS_WIN |
| 151 | HWND LightpackApplication::getMainWindowHandle() { |
| 152 | // to get HWND sometimes needed to activate window |
| 153 | // winFocus(m_settingsWindow, true); |
| 154 | return reinterpret_cast<HWND>(m_settingsWindow->winId()); |
| 155 | } |
| 156 | |
| 157 | bool LightpackApplication::winEventFilter ( MSG * msg, long * result ) { |
| 158 | Q_UNUSED(result); |
no outgoing calls
no test coverage detected