MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / quitPreventFinished

Method quitPreventFinished

Telegram/SourceFiles/core/application.cpp:1848–1852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1846}
1847
1848void Application::quitPreventFinished() {
1849 if (Quitting()) {
1850 QuitAttempt();
1851 }
1852}
1853
1854void Application::quitDelayed() {
1855 for (const auto &[id, controller] : _windows) {

Callers 6

destroyCallMethod · 0.80
destroyGroupCallMethod · 0.80
updateOnlineMethod · 0.80

Calls 2

QuittingFunction · 0.85
QuitAttemptFunction · 0.85

Tested by

no test coverage detected