| 4362 | QPointer<MainWindow> MainWindow::s_activeMainWindow; |
| 4363 | |
| 4364 | MainWindow* MainWindow::activeMainWindow() { |
| 4365 | return s_activeMainWindow.data(); |
| 4366 | } |
| 4367 | |
| 4368 | void MainWindow::focusInEvent(QFocusEvent *event) { |
| 4369 | s_activeMainWindow = this; |