| 2395 | } |
| 2396 | |
| 2397 | void LibraryWindow::closeEvent(QCloseEvent *event) |
| 2398 | { |
| 2399 | if (!trayIconController->handleCloseToTrayIcon(event)) { |
| 2400 | event->accept(); |
| 2401 | closeApp(); |
| 2402 | } |
| 2403 | } |
| 2404 | |
| 2405 | void LibraryWindow::prepareToCloseApp() |
| 2406 | { |
nothing calls this directly
no test coverage detected