Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1848
void Application::quitPreventFinished() {
1849
if (Quitting()) {
1850
QuitAttempt();
1851
}
1852
}
1853
1854
void Application::quitDelayed() {
1855
for (const auto &[id, controller] : _windows) {
Callers
6
checkQuitPreventFinished
Method · 0.80
checkQuitPreventFinished
Method · 0.80
checkQuitPreventFinished
Method · 0.80
destroyCall
Method · 0.80
destroyGroupCall
Method · 0.80
updateOnline
Method · 0.80
Calls
2
Quitting
Function · 0.85
QuitAttempt
Function · 0.85
Tested by
no test coverage detected