MCPcopy Create free account
hub / github.com/QNapi/qnapi / tryQuit

Method tryQuit

gui/src/qnapiapp.cpp:306–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306void QNapiApp::tryQuit() {
307 if (progress()->isVisible() && !progress()->close()) return;
308 quit();
309}
310
311void QNapiApp::trayIconActivated(QSystemTrayIcon::ActivationReason reason) {
312 if (reason == QSystemTrayIcon::Trigger)

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected