MCPcopy Create free account
hub / github.com/YACReader/yacreader / closeEvent

Method closeEvent

YACReaderLibrary/library_window.cpp:2397–2403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2395}
2396
2397void LibraryWindow::closeEvent(QCloseEvent *event)
2398{
2399 if (!trayIconController->handleCloseToTrayIcon(event)) {
2400 event->accept();
2401 closeApp();
2402 }
2403}
2404
2405void LibraryWindow::prepareToCloseApp()
2406{

Callers

nothing calls this directly

Calls 1

handleCloseToTrayIconMethod · 0.80

Tested by

no test coverage detected